photo

Mayra


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

0 Questions
3 Answers

RANK
10,150
of 300,584

REPUTATION
4

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,723

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

4 years ago | 1

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(['\...

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

6 years ago | 1