Matlab mobile plot functions
3 views (last 30 days)
Show older comments
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 Comment
Walter Roberson
on 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?
Answers (0)
See Also
Categories
Find more on Graphics Objects in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!