lisiczka28
Industrial
- Feb 13, 2015
- 1
Hello everyone,
I would like to share with you my recent problem with calculating some matlab scripts.
My task is to find the value of the steady state error of an object (with negative feedback loop)
My main idea was to use "feedback" matlab function. Then get the information about the object:
var = feedback(object_transmittance, -1);
INFO = stepinfo(var)
error = INFO.SettlingMin
Thought the .SettlingMin parameter will return me the steady space error.
For now I know it's not correct. I've also tried to use some formulas searched on the net but with no result.
The task seems to be so simple, but I'm not using matlab like everyday, so even such simple things cause me some problems.
Any ideas?
Thank you in advance