Hi, I have never managed to save all the variables in Scilab sessions containing several structures, lists, etc, with the save command. In Win7 Scilab 5.5.2 the error messages are as per below: --> sessionfile = " D:\Temp\test.sod" --> save(sessionfile) !--error 21 Invalid index. at line 29 of function inspectList called by : at line 1007 of function %_save called by : save(file) Has anyone experienced similar problems? Thanks and regards, Rafael -----Original Message----- From: users [mailto:[email protected]] On Behalf Of Samuel Gougeon Sent: Monday, April 20, 2015 11:40 AM To: International users mailing list for Scilab. Subject: Re: [Scilab-users] Saving Struct issue in Scilab Hello Hugo, you may use save("model3in2.sod", "model3in2") and load("model3in2.sod", "model3in2") to retrieve the data from its saved archive. <http://help.scilab.org/docs/5.5.2/en_US/save.html> http://help.scilab.org/docs/5.5.2/en_US/save.html Samuel _______________________________________________ users mailing list <mailto:[email protected]> [email protected] <http://lists.scilab.org/mailman/listinfo/users> http://lists.scilab.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.scilab.org/mailman/listinfo/users
