ISE, IAE, ITAE via Simulink
58 ビュー (過去 30 日間)
古いコメントを表示
I have the data for output y and time t taken from simulink into the matlab workspace. I also have plot of y versus t Error is defined as
e(t)= 1-y(t).
Is it possible to calculate Integral square error, Integral absolute error, Integral time absolute error from this information. How could I do it ?
5 件のコメント
Hussein shutari
2021 年 7 月 1 日
I am working on PI controller via matlab simulink, and want to assess the performance by using ISE . when i run the model i get a huge serise data of ISE in matlab workspace.
which value should be take as th ISE ??
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/671518/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/671523/image.jpeg)
Learner123
2022 年 10 月 16 日
編集済み: Learner123
2022 年 10 月 16 日
Hi,
Last value can be taken.
try the below code.
ans.ISE.values(length(ans.ISE.values),1);
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!