Creating a profile plot for a trajectory
Mostrar comentarios más antiguos
Hello,
Is there a tool that helps with creating a profile or a plot for a trajectory? What I am trying to do, is visualising a speciific vector quantity as a sensor is going through a structure (or a structure is passing over the sensor). Ideally the quantity can be plotted against position (or time). Ultimatley the visualization tool is dynamic so that it can show what every point inside the structure correspond to in the plot.
Respuestas (1)
Pavan Guntha
el 26 de Mzo. de 2021
0 votos
Dynamic plots can be created in MATLAB in three different ways. You can refer to the Animation Techniques documentation page for more details. You can also refer to the documentation of drawnow which helps to animate the streaming data and use the pause function to control the rate at which the plot is updated.
Categorías
Más información sobre Animation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!