Plotting using s function
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Brindha Chelliah
el 29 de En. de 2018
Respondida: Birdman
el 29 de En. de 2018
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 comentarios
Birdman
el 29 de En. de 2018
Two questions:
-What do you mean by it keep disappearing?
-Is it normal for you that your simulations runs so slow?
Respuesta aceptada
Birdman
el 29 de En. de 2018
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.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!