Community Profile

photo

Mirek Janda


Last seen: Today Active since 2018

Followers: 0   Following: 0

Message

Statistics

  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Answered
appdesigner, zooming the figure
You have to allow zoom, zoom(app.UIAxes,'on'); .. and then, you can use your mouse to zoom in.

6 years ago | 1

Answered
How to zoom in/out on the figures in app designer
You can try this: pan(app.UIAxes,'on'); zoom(app.UIAxes,'on'); Then create a button to get ...

6 years ago | 7

Answered
2y axis in appdesigner
Easy solution yyaxis(app.UIAxes,'left') plot(app.UIAxes,xdata,ydata); yyaxis(app.UIAxes,'right') plot(app.UIA...

6 years ago | 10

| accepted

Question


2y axis in appdesigner
Is it possible to plot 2 y axis in the appdesigner? It is similar to *plotyy* in the regular figure. They you can assign the p...

6 years ago | 2 answers | 3

2

answers