photo

Mirek Janda


Last seen: 3 meses hace Con actividad desde 2018

Followers: 0   Following: 0

Mensaje

Estadística

  • Revival Level 1
  • First Answer

Ver insignias

Feeds

Ver por

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

más de 6 años hace | 1

Respondida
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 ...

más de 6 años hace | 7

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

más de 6 años hace | 10

| aceptada

Pregunta


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...

más de 6 años hace | 2 respuestas | 3

2

respuestas