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

3 Ansichten (letzte 30 Tage)
safowt
safowt am 22 Jun. 2023
Beantwortet: Abhinav am 5 Jul. 2023
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 Kommentare
Mathieu NOE
Mathieu NOE am 22 Jun. 2023
go in debug mode and check if your variable tabledata exist (and size)
Sandeep Mishra
Sandeep Mishra am 28 Jun. 2023
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?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Abhinav
Abhinav am 5 Jul. 2023
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

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Produkte


Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by