フィルターのクリア

How can i transfer a data on a floating scope from simulink model into a figure plot in matlab ?

4 ビュー (過去 30 日間)
As mention the floating scope is from the simpowersystem renewable model, call the wind farm model (phasor type).i had tried changing the parameters on the top left of the scope option, and check the "save to workspace" box which enable me to change the variable name. my question is how will i be able to plot the plot from the workspace after the data is saved into the matlab workspace.

採用された回答

Anuj
Anuj 2014 年 2 月 18 日
Suppose your saved your signal with the name 'x', you can use
simplot(x)
You will get the desired plot.
Regards
  2 件のコメント
Ali Osman
Ali Osman 2015 年 9 月 27 日
Hi. How do I manage the Simplot command? For example, don't change the size of axes

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

その他の回答 (1 件)

Michael
Michael 2016 年 1 月 28 日
SIMPLOT was a handy tool, but has not been included in Matlab for some time, and the command "Redirects to the Simulation Data Inspector". The old simplot.m still works with little modification, but you have to call it simplot_mod.m for example.

カテゴリ

Help Center および File ExchangeView and Analyze Simulation Results についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by