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

조회 수: 10 (최근 30일)
632541
632541 2021년 2월 4일
댓글: 632541 2021년 2월 4일
How to use time series signals from simulink to workspace in plot?
plot(t,y);
Consider y is timeseries signal from simulink to workspace.

채택된 답변

Alex Alex
Alex Alex 2021년 2월 4일
plot(y), plot(out.y), Something from this ?

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Sources에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by