Borrar filtros
Borrar filtros

Real time plotting for MATLAB GUI in App Designer

99 visualizaciones (últimos 30 días)
Kuang-Ting Hsueh
Kuang-Ting Hsueh el 9 de Feb. de 2023
Respondida: Smit el 10 de Feb. de 2023
I have created a MATLAB App Designer GUI that have plots within it that needs to be updated once the user enters the parameter.
The original simulation code is here:
In here the pop up plots within the simulation are updated in real time. The plot is being plotted in the FD_BPM file within the +BPMmatlab and @model folder. Is there a way to have the plot from there be shown in real time (live update) on the GUI from App Designer.

Respuestas (1)

Smit
Smit el 10 de Feb. de 2023
Hi,
I understand you want to add a plot with live updates in MATLAB App Designer.
One way to achieve this could be to use the “animatedline” function to create a plot which can update as you go.
For more information you can visit the documentation page for “animatedline”.
Hope this helps!

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by