Unrecognized function or variable 'time_data'.It says undefined even though it's defined. Help me PLEASE.
이전 댓글 표시
I am trying to find values such as rise time settling time overshot in my matlab simulink work. After running the simulation, I could not use the stepinfo function, even though the values are visible on the working screen, please help.
>> time=time_data(:,1);
>> time=time_data(:,1);y=omega_data(:,1);
stepinfo(y,t,100)
Unrecognized function or variable 'time_data'.
답변 (1개)
Walter Roberson
2023년 8월 24일
0 개 추천
The "Property" heading of the first image tells us that you are not using the workspace browser to look at the base workspace. The workspace browser uses "Name"
https://www.mathworks.com/help/matlab/ref/workspacebrowser.html
카테고리
도움말 센터 및 File Exchange에서 Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!