How do you create a scatter plot using select columns from app.UITable.Data?
12 ビュー (過去 30 日間)
表示 古いコメント
I have a Table where the rows get added and updated. I would like to be able to create a scatter plot of the table. Any thoughts?
2 件のコメント
回答 (1 件)
Walter Roberson
2022 年 6 月 23 日
scatter(TableName{:,2}, TableName{:,4})
3 件のコメント
Walter Roberson
2022 年 6 月 23 日
Why are you storing text for your uitable entries? Why are you not storing numeric values?
参考
カテゴリ
Find more on Scatter Plots 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!