SCICOS

Cordero R. rcorderog at gmail.com
Fri Jan 4 22:28:58 CET 2008


To: Inderpreet Arora
To access a variable stored (I will call it "X") in SCICOS "To workspace"
block:
When you enter X in the command window, you can see that it has two
components: "time" and "values". "time" depends of the sample time and the
buffer size.
You can get these components with these instructions:
var1=X.time;
var2=X.values;
The arrays of time and values of X will be stored in var1 and var2
respectively.
Sincerely
Raymundo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20080104/6b9f7f86/attachment.htm>


More information about the users mailing list