NPY - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

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