photo

Nguyen Thien An


Last seen: 4年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

質問


Three-way logarithmic plot.
In MATLAB is there any feature to create a plot with three Y-axis. Y_1 axis is vertical, Y_2 and Y_3 is rotated (figure) figure...

4年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Changing subplot axis label using subplot handle
This syntax work with me: ax = subplot (2,2,1) ax.XLabel.String = 'This is your label';

4年以上 前 | 0