Hi guys,

Scilab 6 can load data from Scilab 5 if data were saved as SOD files

In Scilab 5 :
a = 1;
save(home + "/myfile.sod", "a"); // use "" on variable to save in SOD format instead of old format.

In Scilab 6 :
load(home + "/myfile.sod");
a == 1

Antoine

Le 2016-11-04 11:53, BBoillot a écrit :
Hi Rafael,

I'll do that.

Thank you



--
View this message in context:
http://mailinglists.scilab.org/Scilab-6-0-Beta-2-Load-save-bug-tp4034909p4034911.html
Sent from the Scilab users - Mailing Lists Archives mailing list
archive at Nabble.com.
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to