how to use gscatter in app designer
1 回表示 (過去 30 日間)
古いコメントを表示
Hi !:)
I am wondering whether gscatter plot can be made in matlab app designer, if yes how?
thanks
4 件のコメント
Walter Roberson
2022 年 6 月 27 日
編集済み: Walter Roberson
2023 年 10 月 22 日
The document I linked to says to pass an axes to graphics functions. So pass your existing UIaxes to gscatter
回答 (2 件)
Image Analyst
2022 年 6 月 27 日
Why would it be any different than for just a script? Just place an axes on your figure, then call gscatter. What's the difficulty? Attach your .mlapp file and data if you need more help.
2 件のコメント
Image Analyst
2022 年 6 月 27 日
No, you wouldn't do anything with the axes's callback function. You should have a button that says something like "Plot data" and in the callback function for that button you would put the call to gscatter.
Muazma Ali
2022 年 6 月 27 日
1 件のコメント
Image Analyst
2022 年 6 月 28 日
No. I specifically said not to do that. You make your changes to the callback functions of the button, not the axes object.
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!