Plotting in MatLab App Builder - no x values?

3 次查看(过去 30 天)
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

采纳的回答

Sugar Daddy
Sugar Daddy 2020-7-2
Select the 2nd Option

更多回答(1 个)

SC
SC 2020-7-1

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by