How to use time series signals from simulink to workspace in plot?

How to use time series signals from simulink to workspace in plot?
plot(t,y);
Consider y is timeseries signal from simulink to workspace.

 Accepted Answer

plot(y), plot(out.y), Something from this ?

More Answers (0)

Categories

Find more on Simulink in Help Center and File Exchange

Tags

Asked:

on 4 Feb 2021

Commented:

on 4 Feb 2021

Community Treasure Hunt

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

Start Hunting!