Community Profile

photo

Mayra


Last seen: 7 months ago Active since 2019

Followers: 0   Following: 0

Message

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How to set default font size and style?
You should use: set(groot,'defaultAxesFontName','Verdana') set(groot,'defaultAxesFontSize',12) And it is possible to set as d...

3 years ago | 0

Answered
How can I assign different colors to two-line plot title?
It was complicate for me to realize that we simply need to create a string as described in the help center, which is: title(['\...

3 years ago | 0

Answered
convert wind direction in true North to Math convention
I have been struggling with the same problem and I found an easy way to deal with this. First you should convert your original ...

5 years ago | 1