I want to plot data form table that have 6 columns in MATLAB App Designer
3 ビュー (過去 30 日間)
古いコメントを表示
I want the user to input the values in the table then he will press the plot button to plot the data from the table the problem is that I don't know how to represent the data from the table for the plot fun. can accept can anyone help me
2 件のコメント
Sandeep Mishra
2023 年 6 月 28 日
Can you share the value stored in app.UITable.Data for better reference? and check if it is not updated/deleted on some other action?
回答 (1 件)
Abhinav
2023 年 7 月 5 日
Seems like a bug to me, here are a few suggestions:
- Check the data stored in your app.UITable.Data, seems like you are trying to reference an index that does not exist.
- Run the debugger on your file, this will help you find any bug that may be affecting your code . Link to Documentation
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!