How to get uifigure handle to pass to box plot
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Michael L
am 17 Jul. 2017
Beantwortet: Walter Roberson
am 17 Jul. 2017
Hi,
I'm developing a GUI with App Designer. I've created a button where the user inputs a few files via uigetfile. Afterwards, I want to display the results in a boxplot (using the Statistical toolbox) in the GUI. I made a plot (UIAxes 2D) in the GUI. How to I get the handle to pass it on to the boxplot?
Akzeptierte Antwort
Walter Roberson
am 17 Jul. 2017
boxplot is not supported by app designer https://www.mathworks.com/help/matlab/creating_guis/graphics-support-in-app-designer.html
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Develop uifigure-Based Apps 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!