Hello,
I have a transfer function which I want to plot but the final plot is not representative of said TF.
This is step(g1), where g1 is my transfer function. That is working properly.
Now I want to plot g1 in correlation to my variable "tt", which is a array of values. tt=0:0.0074:0.3;
When I use command step(g1,tt), I get the following result, which is not what I wanted.
I am not sure if my question was clear but I dont know how to make sure that step(g1,tt) is the same curve as my transfer function.
Thank you a lot for your help.