Matlab mobile plot functions
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Walter Roberson
il 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?
Risposte (0)
Vedere anche
Categorie
Scopri di più su Graphics Objects in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!