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에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!