Community Profile

photo

Nguyen Thien An


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Answered
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 ago | 0