photo

Oli Fairfax


Last seen: 5 days ago Active since 2021

Followers: 0   Following: 0

Statistics

  • First Answer
  • First Review

View badges

Feeds

View by

Answered
how to flip the direction of the axis?
You're probably better off reversing the data and the axes rather than playing with the tick lables, in my opinion: % Example d...

1 month ago | 0

Answered
How to check if right axis is visible?
I just use the length of the YAxis property - if it's lenght = 1, there is only a single (left) axis, if length = 2, there is al...

1 year ago | 0

Answered
How to check MATLAB version and choose compatible functions?
You can also use the following to keep it on one line: version('-release')

3 years ago | 1