Plot a VS graph from simulink scope to Matlab
조회 수: 18 (최근 30일)
이전 댓글 표시
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/278395/image.png)
댓글 수: 0
답변 (3개)
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.
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 View and Analyze Simulation Results에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!