photo

Nguyen Thien An


Last seen: 4 years 前 自 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 years 前 | 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 years 前 | 0