[scilab-Users] Export_to_hdf5

Antoine Monmayrant antoine.monmayrant at laas.fr
Tue Apr 3 11:14:15 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 ;)
Hi Sylvestre,

Could you tell us more about hdf5 support in Scilab?
Any chance to see Scilab able to open h5 files generated by other 
programs, like Matlab does?
I ask this because many colleagues in my field stick to Matlab just for 
this reason.
There are two famous open source softs in my field that outputs h5 :  
http://ab-initio.mit.edu/wiki/index.php/Meep and 
http://ab-initio.mit.edu/wiki/index.php/MIT_Photonic_Bands .
Any chance to be able to directly load these outputs in Scilab?

Cheers,

Antoine

PS: not that I am particularly competent, but I can give a hand to 
implement this functionality!
>
> S
>
>


-- 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

  Antoine Monmayrant LAAS - CNRS
  7 avenue du Colonel Roche
  31077 TOULOUSE
  Cedex 4 FRANCE

  Tel:+33 5 61 33 64 59

  email : antoine.monmayrant at laas.fr
  permanent email : antoine.monmayrant at polytechnique.org

+++++++++++++++++++++++++++++++++++++++++++++++++++++++





More information about the users mailing list