tarikelec
Member level 2
hello,
I have a model that gives a signal output Vout, as I want to use the functionalities of step response of matlab ,I tried to get the data of the signal in separate format: time and signal. I saved the signal in workspace Vout as structure and structure with time and called the command t=Vout.time; and y=Vout.signals and then the command:load StepInfoData t y and shows the error
under the Step-Response Characteristics from Response Data
I have a model that gives a signal output Vout, as I want to use the functionalities of step response of matlab ,I tried to get the data of the signal in separate format: time and signal. I saved the signal in workspace Vout as structure and structure with time and called the command t=Vout.time; and y=Vout.signals and then the command:load StepInfoData t y and shows the error
the link is https://se.mathworks.com/help/control/ref/stepinfo.html#mw_cab22a5a-b8ef-49fd-b071-3e7888430c00Warning: Variable 't' not found.
Warning: Variable 'y' not found.
under the Step-Response Characteristics from Response Data