NPY - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


NPY (.npy) File Format

NPY file format

 

Description

Examples

References

Description

• 

NPY is a binary file format for storing data from the NumPy Python package.

• 

The commands Import, Export, ImportMatrix, and ExportMatrix can read and write to the NPY format.

Examples

Import a NPY file as a Matrix.

Importexample/mat100-3.npy,base=datadir

References

  

numpy.lib.format, https://numpy.org/devdocs/reference/generated/numpy.lib.format.html, NPY format.

See Also

Formats

Formats,NPZ

Formats,Pickle