Filter löschen
Filter löschen

Calculation of Integral square error from Simulink

6 Ansichten (letzte 30 Tage)
Rakesh Jain
Rakesh Jain am 30 Aug. 2017
Bearbeitet: Rakesh Jain am 30 Aug. 2017
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);

Antworten (0)

Kategorien

Mehr zu Clocks and Timers finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by