From: asdasd on
Could you post any simple example about usage of this block (From workspace) in simulink?I have read its help in matlab but I couldn't succeed.
For example I have a sinusoidal signal which is produced by these codes;
>> t=0:0.01/50:10/50;
>> y=sin(t*pi*2*50);
I want to see this signal at Scope in Simulink.How can I do this?