フィルターのクリア

plot simulink signal into matlab

4 ビュー (過去 30 日間)
papan dey
papan dey 2013 年 2 月 4 日
I have to plot a signals in a MATLAB gui.
With Simulink I make a simulation and I save the signal in the scope. I want to plot that signal in matlab I dont know what I have to do.i have used already plot(ScopeData.time, ScopeData.signals.values)command but it shows Undefined function or variable 'ScopeData'. now how can i solve it?

採用された回答

Ali
Ali 2013 年 2 月 4 日
save data to workspace as array by choosing the option from the scope giving required label u want let say sig .... then go to matlab workspace ad then try plot(sig )... hope it will work.......
  1 件のコメント
papan dey
papan dey 2013 年 2 月 5 日
thank you.it works. Now if i want to take the graph between a time limit such as 0.2s t0 0.5s, which command should i write?

サインインしてコメントする。

その他の回答 (1 件)

Ali
Ali 2013 年 2 月 4 日
plot(sig) use obviously it in command window signal will be present in workspace

カテゴリ

Help Center および File ExchangeScopes and Data Logging についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by