[Scilab-users] Saving Struct issue in Scilab

Rafael Guera jrafaelbguerra at hotmail.com
Tue Apr 21 01:10:08 CEST 2015


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:users-bounces at lists.scilab.org] 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:users at lists.scilab.org> users at lists.scilab.org
 <http://lists.scilab.org/mailman/listinfo/users>
http://lists.scilab.org/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20150421/e9b30847/attachment.htm>


More information about the users mailing list