<div>To: Inderpreet Arora</div>
<div>To access a variable stored (I will call it "X") in SCICOS "To workspace" block:</div>
<div>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.</div>
<div>You can get these components with these instructions:</div>
<div>var1=X.time;</div>
<div>var2=X.values;</div>
<div>The arrays of time and values of X will be stored in var1 and var2 respectively.</div>
<div>Sincerely</div>
<div>Raymundo</div>
<div> </div>