フィルターのクリア

How to get uifigure handle to pass to box plot

1 回表示 (過去 30 日間)
Michael L
Michael L 2017 年 7 月 17 日
回答済み: Walter Roberson 2017 年 7 月 17 日
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?
  1 件のコメント
Michael L
Michael L 2017 年 7 月 17 日
MVP is to create a pushbutton and a Axes2D.
On button pushed: a = rand(3,30); boxplot(app.UIAxes, a);

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2017 年 7 月 17 日
boxplot is not supported by app designer https://www.mathworks.com/help/matlab/creating_guis/graphics-support-in-app-designer.html

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop uifigure-Based Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by