Plotting in MatLab App Builder - no x values?

3 Ansichten (letzte 30 Tage)
Noor Fakih
Noor Fakih am 1 Jul. 2020
Beantwortet: Sugar Daddy am 2 Jul. 2020
I am building an app in MatLab and have a UItable and a UIAxes. I finally got it to connect and plot what is on the table and update when the values in the table change, but ONLY Y values.
How can I plot my x and y values???
plot(app.UIAxes,y2); <- this is the piece of code that plots it
plot(app.UIAxes,x2, y2); does not work
  2 Kommentare
Sugar Daddy
Sugar Daddy am 1 Jul. 2020
insert a breakpoint at that line in code view and see if the size of x2 and y2 are same
Noor Fakih
Noor Fakih am 1 Jul. 2020
they are!

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Sugar Daddy
Sugar Daddy am 2 Jul. 2020
Select the 2nd Option

Weitere Antworten (1)

SC
SC am 1 Jul. 2020
  1 Kommentar
Noor Fakih
Noor Fakih am 1 Jul. 2020
No, I do want a 2D plot. But I am unable to specify x-values.

Melden Sie sich an, um zu kommentieren.

Kategorien

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

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by