simulink - Matlab: How to see a simulations results -
I'm going to find out how to make a simulation in order to use 'workspace' and 'workspace' blocks The .mdl file is doing a little exercise as you see in the picture below. I get something in the workspace from Simulal, a variable is called 'simout', but I do not know how to enter this variable. Can anyone tell me how to see the results of my simulation? I enter the name of the variable 'simout', but I could not find anything, only this message:
simout = time: [] signal: [1x1 struct] blockName: 'Fromworkspace / to Workspace ' Thanks a lot!
data is in simout.signals.values and the time is in simout.time .
Comments
Post a Comment