Plotting in MatLab App Builder - no x values?

4 views (last 30 days)
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 Comments
Sugar Daddy
Sugar Daddy on 1 Jul 2020
insert a breakpoint at that line in code view and see if the size of x2 and y2 are same

Sign in to comment.

Accepted Answer

Sugar Daddy
Sugar Daddy on 2 Jul 2020
Select the 2nd Option

More Answers (1)

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

Sign in to comment.

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!