Is it possible to plot two signals as x vs y graph in simulink, using s function or is there any other way other than the graph tool?

8 Kommentare

Birdman
Birdman am 29 Jan. 2018
By graph tool, you mean XY Plot block in Simulink or something else? Is XY Plot acceptable or not for you?
Brindha Chelliah
Brindha Chelliah am 29 Jan. 2018
Yes I meant the XY plot block. It was not plotting properly and it keep disappearing. So I felt that is not stable.
Birdman
Birdman am 29 Jan. 2018
Actually it is stable and works pretty well in my cases. How do you use it in your model?
Brindha Chelliah
Brindha Chelliah am 29 Jan. 2018
Can I send you the model for verification? Your mail Id please
Birdman
Birdman am 29 Jan. 2018
You may share it from here, attach the model and send.
Brindha Chelliah
Brindha Chelliah am 29 Jan. 2018
Attached is the file. I want to plot wind vs power
Birdman
Birdman am 29 Jan. 2018
Two questions:
-What do you mean by it keep disappearing?
-Is it normal for you that your simulations runs so slow?
Brindha Chelliah
Brindha Chelliah am 29 Jan. 2018
The plot just disappears after sometime. No the simulations are not that slow.

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Birdman
Birdman am 29 Jan. 2018

0 Stimmen

After our discussion above, I am suggesting a different approach for xy plotting. It is much more efficient than it is in your model. I just save the data in structure format by using To Workspace block and by typing a single line of code in File->Model Properties->Callbacks->StopFcn, when the simulation is over, it automatically plots what you want. Just run the simulation and see the results. Hope this helps.

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by