Feeds
提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答已回答
How to plot the data with the mean plus standard deviation ?
fill([x;flipud(x)],[y1;flipud(y2)],'k')
How to plot the data with the mean plus standard deviation ?
fill([x;flipud(x)],[y1;flipud(y2)],'k')
11 years 前 | 0
| 已接受
提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 2 个回答 | 1
2
个回答提问
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 前 | 2 个回答 | 0