[scilab-Users] Export_to_hdf5

Sylvestre Ledru sylvestre.ledru at scilab-enterprises.com
Mon Apr 2 17:43:12 CEST 2012


On 02/04/2012 17:41, Adrien Vogt-Schilb wrote:
> hi
>
> can anyone give me a link to the doc of
> export_to_hdf5
>
> i am aware it is beta and everything
There is no doc but the behavior is the same as save() expect that the 
name of the variable has to be quoted:

a=eye  <http://help.scilab.org/docs/5.3.3/en_US/eye.html>(2,2);b=ones  <http://help.scilab.org/docs/5.3.3/en_US/ones.html>(a);
save('val.dat',a,b);
becomes
save('val.dat',"a","b");

As you said, it is beta and everything ;)

S


-- 
-----------------------------
Sylvestre Ledru
Operation manager
Community manager
-----------------------------
Scilab Enterprises
http://www.scilab-enterprises.com/
http://www.scilab.org/
-----------------------------




More information about the users mailing list