Statistics
RANK
39,001
of 295,467
REPUTATION
1
CONTRIBUTIONS
7 Questions
1 Answer
ANSWER ACCEPTANCE
85.71%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
How to put 4 graphs close to each other ?
How to put 4 graphs close to each other ? I would like to make a figure similar to this one: : <</matlabcentral/answers...
11 years ago | 0 answers | 0
0
answersQuestion
How to create a graph with two shaded areas ?
How to create a graph with two shaded areas (rectangle with diagonal lines) ? I would like to create a graph (in MATLAB) similar...
11 years ago | 1 answer | 0
1
answerQuestion
How to put a red border area in the graph ?
How to put a red border area in the graph ? I made a graph using this code: figure(1); fill([x; flipud(x)],[y1; flipud(y2)...
11 years ago | 1 answer | 0
1
answerQuestion
How to create a graph with a shaded area ?
how to create a graph with a shaded area (rectangle with diagonal lines) ? I would like to create a graph (in MATLAB) similar to...
11 years ago | 1 answer | 0
1
answerHow to plot the data with the mean plus standard deviation ?
fill([x;flipud(x)],[y1;flipud(y2)],'k')
11 years ago | 0
| accepted
Question
How to plot the data with the mean plus standard deviation ?
How to plot the data with the mean plus standard deviation ? Generate a graph (X verse Y1, Y2). Y1 is the mean plus standard d...
11 years ago | 2 answers | 0
2
answersQuestion
How to open a file in MATLAB, which has comma as decimal separator.
How to open a file (.txt or.dat), which has comma as decimal separator. My file has two columns (the first column is using comma...
11 years ago | 2 answers | 1
2
answersQuestion
how to import a file in MATLAB?
I want to import a file (.dat or txt) in MATLAB, which contains numbers and NaN in some columns. My file looks like this: ...
11 years ago | 2 answers | 0