photo

Mirek Janda


Last seen: 3 months 前 自 2018 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Revival Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
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 前 | 1

已回答
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 前 | 7

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

6 years 前 | 10

| 已接受

提问


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 前 | 2 个回答 | 3

2

个回答