Plot a VS graph from simulink scope to Matlab

54 ビュー (過去 30 日間)
imran muhd
imran muhd 2020 年 3 月 20 日
回答済み: Jaimin 2022 年 12 月 13 日
So, i build a dc motor. I want to plot a dc characteristic curve which are Torque Vs Speed, Torque Vs Armature Current and Speed Vs armatur current. How to plot this graph from simulink scope. I already connected to workspace but i stuck on how to proceed from matlab part. Its quite confusing.

回答 (3 件)

Fangjun Jiang
Fangjun Jiang 2020 年 3 月 20 日
Simulink Scope is always time based so the x-axis is always time. If you want Torque vs Speed, you need to use the "XY Graph" block. In MATLAB, you just run plot(Ws,T), assume the "Ws" and "T" saved in that "To Workspace" blcok are saved in array format and they have the same size.
  1 件のコメント
imran muhd
imran muhd 2020 年 3 月 21 日
thanks, this work jus fine

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


Sara Nadeau
Sara Nadeau 2020 年 3 月 20 日
If you're working in R2019b or R2020a, you could use the XY visualization in the Simulation Data Inspector as well: Visualize Simulation Data on an XY Plot.

Jaimin
Jaimin 2022 年 12 月 13 日
plot(ws,t)

カテゴリ

Help Center および File ExchangeSimulink Functions についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by