[scilab-Users] hdf5 format
    Sylvestre Ledru 
    sylvestre.ledru at scilab.org
       
    Mon Nov 15 18:48:59 CET 2010
    
    
  
Actually, Scilab does include HDF5 saving capabilities [1].
If you do need them, you can use it. However, as I said, we might change
the format in the future. 
Cheers,
Sylvestre
[1] Example
-->a=rand(2,2)
 a  =
 
    0.2113249    0.0002211  
    0.7560439    0.3303271  
-->export_to_hdf5("data.hdf5","a");
 
-->clear a;
-->import_from_hdf5("data.hdf5");
 
-->a
 a  =
 
    0.2113249    0.0002211  
    0.7560439    0.3303271  
of course, data.hdf5 can be used by thirdparty tools.
hdfview will display the values.
Le lundi 15 novembre 2010 à 17:16 +0000, Edgar Ataíde a écrit :
> Samuel
>  
> Thank you for your answer. In this moment I'm using the 5.3.0-beta 4
> version that doesn't include save data functions in HDF5 format; I did
> a search in  http://atoms.scilab.org, and  http://forge.scilab.org and
> there aren't functions available to save data in that format. I was
> told in several discussions groups those functions wil be available in
> next release.
> 
> Regards
>  
> Edgar
>         ----- Original Message ----- 
>         From: Samuel GOUGEON 
>         To: users at lists.scilab.org 
>         Sent: Friday, November 12, 2010 3:54 PM
>         Subject: Re: [scilab-Users] hdf5 format
>         
>         
>         Hey Edgar,
>         
>         ----- Message d'origine ----- 
>         De : Edgar Ataíde 
>         Date : 12/11/2010 11:22: 
>         > Please, can anybody tell me if there is a Scilab
>         > module which can write and read files in hdf5 format or in
>         > another scientific data format?
>         >  
>         The usual way for searching some Scilab resources could be:
>         1) To have a look at ATOMS : http://atoms.scilab.or
>         2) To have a look at the Forge : http://forge.scilab.org
>         3) To have a look at the mailing lists :
>         http://lists.scilab.org 
>         where some answers are available :
>         http://lists.scilab.org/cgi-bin/ezmlm-browse?list=users&cmd=showmsg&msgnum=1516
>         http://lists.scilab.org/cgi-bin/ezmlm-browse?cmd=search&list=dev&terms=hdf&submit=Search+dev
>         
>         Please note that for that time i am not answering in the
>         proper thread about XLS files ;)
>         
>         Regards
>         Samuel
-- 
-------------------------
Sylvestre Ledru
-------------------------
The Scilab Consortium
Digiteo
Domaine de Voluceau
Rocquencourt - B.P. 105
78153 Le Chesnay Cedex
France
    
    
More information about the users
mailing list