How do i use roipoly function in app designer?
古いコメントを表示
Hello,
I want to use roipoly in app designer.
In graphical user interface, i can used as follow:
axes(handles.axes1);
mask = roipoly;
In the app designer, however, axes function make the error as follow:
axes(app.UIAxes1);
mask = roipoly;
Error using axes
Axes cannot be a child of UIAxes.
Please let me know how to solve this problem.
Thank you.
回答 (1 件)
Jemima Pulipati
2020 年 7 月 24 日
編集済み: Jemima Pulipati
2020 年 7 月 24 日
0 投票
カテゴリ
ヘルプ センター および File Exchange で ROI-Based Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!