Community Profile

photo

Jesus


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

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

10 years ago | 0 answers | 0

0

answers

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 1 answer | 0

1

answer

Answered
How to plot the data with the mean plus standard deviation ?
fill([x;flipud(x)],[y1;flipud(y2)],'k')

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

10 years ago | 2 answers | 0

2

answers

Question


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

10 years ago | 2 answers | 1

2

answers

Question


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

10 years ago | 2 answers | 0

2

answers