Load function

Anton Soppelsa anton.soppelsa at igi.cnr.it
Wed Dec 3 10:16:39 CET 2008


Hi all,

I have to export some data structures like

a.a = zeros(1,2);
a.a.a = 'a.a.a';
a.b.a = 'a.b.a';

in Matlab.


The savematfile does not work.

I can resort to writing a matalab m file which reads the scilab binary 
format. Of course I don't want to start from scratch and I am looking 
for the scilab function that loads the file.

That function is "load" at the command line, but I am not able to find 
its code.

Can anybody tell me where can I find the code of the "load" function?

Cheers,
  Anton



More information about the users mailing list