Info

This question is closed. Reopen it to edit or answer.

how to display figure in another MATLAB gui in gui axes1

1 view (last 30 days)
i have a simulink block that calls the function plotvariables.m file.
plotvariables.m uses these data and generate figure
like
plotvariables (u)
figure(1)
expressions
now these data keep on generating so plot continuously updates like this
i want this figure to be displayed in another MATLAB gui axes1.
please help me how should i approach i dont know much about MATLAB GUI
Thanks

Answers (0)

Community Treasure Hunt

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

Start Hunting!