How to plot x(t) vs t in simulink
10 views (last 30 days)
Show older comments
How can i plot graph of X vs time. My transfer function is Y(s)/X(s). I am using PID Controller. In general response curve will be Y vs time. But i need to know the response of X with respect to time. How can i plot X vs t in simulink.
0 Comments
Answers (1)
Navya Seelam
on 3 Dec 2019
Hi,
Assuming you have X(s), you can use Transfer Fcn block followed by scope to plot X vs t. Note that the input to Transfer Fcn block is Discrete Impulse if you are trying to plot impulse response.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!