ISE, IAE, ITAE via Simulink

66 次查看(过去 30 天)
Rakesh Jain
Rakesh Jain 2017-9-1
编辑: Learner123 2022-10-16
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
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 ??
Learner123
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 个)

类别

Help CenterFile Exchange 中查找有关 Modeling 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by