Matlab mobile plot functions
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I would like to plot some data in MATLAB Mobile, access the plot and then continue processing back in the code. It won’t allow the plot to draw and be accessed while waiting for the code to finish.
1 Kommentar
Walter Roberson
am 28 Apr. 2023
When you say "access the plot", do you mean that you want the program to access the properties of the graphics objects? Or do you mean that you want to getframe() the plot? Or do you mean that you want the user to look at the plot, make a decision, and then continue executing the code after having made some kind of input?
Antworten (0)
Siehe auch
Kategorien
Mehr zu Graphics Objects finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!