photo

Oli Fairfax


Last seen: 7 days ago Active since 2021

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
3 Answers

Cody

0 Problems
1 Solution

RANK
15,748
of 300,499

REPUTATION
2

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
121,471
of 169,381

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver
  • First Answer
  • First Review

View badges

Feeds

View by

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

2 months ago

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...

10 months 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...

2 years 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')

4 years ago | 1