Community Profile

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