I found the cause of error.
grand("setsd",S) does't work in scilab 6.
This work in scilab 5.5.2 without any problem.
Please try the following script in the two environments.
******************
global S;
S=grand("getsd");
size(S)
//the next line exists in a local area in an actual script
grand("setsd",S);
***************
Best regards.
--
View this message in context:
http://mailinglists.scilab.org/scilab-6-tp4032536p4032540.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at
Nabble.com.
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users