I want to plot data form table that have 6 columns in MATLAB App Designer

1 次查看(过去 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
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
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

类别

Help CenterFile Exchange 中查找有关 Annotations 的更多信息

产品


版本

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by