Home > Scripts > Load > opennpy.m

iFit/opennpy

PURPOSE ^

OPENEDF Open an python Numpy NPY Format file, display it

SYNOPSIS ^

function out = opennpy(filename)

DESCRIPTION ^

OPENEDF Open an python Numpy NPY Format file, display it
        and set the 'ans' variable to an iData object with its content

 To generate a NPY file, use python:
 >>> import numpy as np
 >>> x = np.arange(10)
 >>> np.save('outfile.npy', x)

 (c) E.Farhi, ILL. License: EUPL.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1