Calculation of Integral square error from Simulink

7 次查看(过去 30 天)
I have a control system model in simulink. Using "to workspace" block, I have taken the output y and time t from the clock to Matlab workspace. I wish to find error in a similar way as given below. The problem is that t is not having equal intervals. deltat is not constant from the clock data. If deltat is constant, then I can find integral square error. What should I do?
err = 1-y;
deltat = 0.1;
ise = trapz(deltat,err.^2);

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Clocks and Timers 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by