[scilab-Users] Export_to_hdf5

Adrien Vogt-Schilb vogt at centre-cired.fr
Mon Apr 2 17:46:55 CEST 2012


On 02/04/2012 17:43, Sylvestre Ledru wrote:
> 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
>
>
thanks

is there an equivalent of listvarinfile ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20120402/86629fc9/attachment.htm>


More information about the users mailing list