
Is it possible to use MATLAB to retrieve the data from Simulink from this block diagram and plot the transfer function?
I have already tried using tf, but that did not work.
res = sim("Test.slx");
G = tf(res.simout.data,res.in.data);

Is it possible to use MATLAB to retrieve the data from Simulink from this block diagram and plot the transfer function?
I have already tried using tf, but that did not work.
res = sim("Test.slx");
G = tf(res.simout.data,res.in.data);
Copyright © 2021 Jogjafile Inc.
Did you try to use the Linearization tool? Example here