photo

Mirek Janda


Last seen: 3ヶ月 前 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年以上 前 | 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年以上 前 | 7

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

6年以上 前 | 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年以上 前 | 2 件の回答 | 3

2

回答