XY graph and Plot graph are differnet

Hello,
I have made XY graph on Simulink.
and I have collected x, y axis data of XY graph to workspace.
but, when I tried draw same graph with plot() function, graph was totally different.
anyone know the reason ?
Could you give some advice ?
left one is from XY graph block directly on Simulink. and right one is plot() from same data.
how Could I draw plot() graph as same with XY plot ?

1 comentario

darova
darova el 30 de Dic. de 2019
Looks like you collected wrong data. Can you attach the script?

Iniciar sesión para comentar.

Respuestas (1)

Jesús Zambrano
Jesús Zambrano el 10 de En. de 2020

0 votos

Hi Minjae,
That is not possible. Make sure you select the same data in both cases. Try to plot each variable in a separate plot. You should get the same plot in both cases, as in the example shown below:
XYgraph.png

Categorías

Más información sobre Simulink Functions en Centro de ayuda y File Exchange.

Productos

Preguntada:

el 30 de Dic. de 2019

Respondida:

el 10 de En. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by