Mirek Janda - MATLAB Central
photo

Mirek Janda


Last seen: 11ヶ月 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 04/18 to 03/25Use left and right arrows to move selectionFrom 04/18Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

1 質問
3 回答

ランク
1,714
of 297,870

評判
39

コントリビューション
1 質問
3 回答

回答採用率
100.0%

獲得投票数
21

ランク
 of 20,500

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,704

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
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.

7年弱 前 | 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 ...

7年弱 前 | 7

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

7年弱 前 | 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...

7年弱 前 | 2 件の回答 | 3

2

回答