由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EE版 - Re: matlab作图问题
相关主题
Matlab subplot 求救latex求教
how to plot this figure in matlab?ACM conference latex模板的问题 (转载)
请教Matlab画图问题Re: Matlab作图问题。
如何将2个独立的Matlab的Fig 合成一个Fig的两个subfigures?问个Excel的问题 (转载)
怎么在matlab里面画一条颜色逐渐变化的曲线pstricks求救
Help needed for plotting a graphRe: 问一个关于Matlab的土问题
用小波处理数据画图contour命令画的图无法copy的问题Re: Call for help on Latex in Windows system
Matlab中用subplot,要求图像布满整个窗口,为什么只能用imshoRe: Latex figure问题
相关话题的讨论汇总
话题: figure话题: plot话题: sub话题: subplot话题: use
进入EE版参与讨论
1 (共1页)
d*****l
发帖数: 8441
1
1. Use subplot(121), plot(....) to plot one sub-figure (A);
2. Use subplot(122), plot(...) to plot another sub-figure (B);
3. Cut subfigure A and paste it back so that you can move it using mouse
manually. Then move its position as you wanted.
4. Do the same thing to sub-figure B.
5. Produce sub-figure (C) (subplot(121), plot(....) in another figure);
then cut it and paste it to the first figure;
6. Adjust the positions of sub-figures A B C to remove the gap between them.
Don't know the answe
a*z
发帖数: 141
2
hehe,no need to be so troublesome,
in the figure window:
1.Tool->move->move horize...
2.move the subfigure you want.
for the second question:
use get(gcf)toget current handle.
modifithe property of "position"
Thanks any way.

【在 d*****l 的大作中提到】
: 1. Use subplot(121), plot(....) to plot one sub-figure (A);
: 2. Use subplot(122), plot(...) to plot another sub-figure (B);
: 3. Cut subfigure A and paste it back so that you can move it using mouse
: manually. Then move its position as you wanted.
: 4. Do the same thing to sub-figure B.
: 5. Produce sub-figure (C) (subplot(121), plot(....) in another figure);
: then cut it and paste it to the first figure;
: 6. Adjust the positions of sub-figures A B C to remove the gap between them.
: Don't know the answe

d****u
发帖数: 8
3
你可真会省标题, 一标题多问题.
用自己的colormap就行了. 要啥颜色就啥颜色, 要红就红, 要黑就黑, 自己设,
没有比这更爽的了.
T=
0 0 3 3 3
1 3 2 2 1
3 0 0 0 1
1 1 1 0 0
0 0 3 3 2
mymap =
0 0 0 deep black;
0.3500 0.3500 0.3500 deep gray;
0.5500 0.5500 0.5500 gray;
1.0000 1.0000 1.0000 white;
subimage(T/3);
colormap(mymap);

【在 a*z 的大作中提到】
: hehe,no need to be so troublesome,
: in the figure window:
: 1.Tool->move->move horize...
: 2.move the subfigure you want.
: for the second question:
: use get(gcf)toget current handle.
: modifithe property of "position"
: Thanks any way.

1 (共1页)
进入EE版参与讨论
相关主题
Re: Latex figure问题怎么在matlab里面画一条颜色逐渐变化的曲线
About grammar and spelling check in Word (转载)Help needed for plotting a graph
大家一般都用什么画图工具用小波处理数据画图contour命令画的图无法copy的问题
请问有什么工具可以直接修改eps文件里的字?Matlab中用subplot,要求图像布满整个窗口,为什么只能用imsho
Matlab subplot 求救latex求教
how to plot this figure in matlab?ACM conference latex模板的问题 (转载)
请教Matlab画图问题Re: Matlab作图问题。
如何将2个独立的Matlab的Fig 合成一个Fig的两个subfigures?问个Excel的问题 (转载)
相关话题的讨论汇总
话题: figure话题: plot话题: sub话题: subplot话题: use