由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Science版 - Re: MATLAB画CONTOUR紧急求助, 谢谢!
相关主题
Re: matlab 问题求助!急!!!Matlab的help documentation
电泳理论---物理学的应用(4)Re: MATLAB请教
Re: [转载] help! help! help!Re: help about autocorrelation.
概率问题----把自己算糊涂了.Re: which science tools are better?
灰度的contour怎么画?Re: question about matlab?
length of ray pathRe: matlab 一问
Re: 请问一个MATLAB积分问题Re: 对矩阵运算有研究的同志们请注意
[转载] MATLAB实在太强大了Re: question about MATLAB
相关话题的讨论汇总
话题: contour话题: just话题: matlab话题: legend话题: properties
进入Science版参与讨论
1 (共1页)
r****y
发帖数: 1437
1

Just same as line plots, xlabel( ), ylabel( )
If you do not want the contour values showing up, just wanna
legend, just
h = contour( *** )
b = clabel(h, 'manual');
and change "string" properties of b
Or even simpler,
gtext( your_legend)
click to whereever you wanna put
[c, h] = contour( ***);
get(h(i))
you will see the properties of line, then change it, e.g.
for i = 1:length(h)
set(h(i), 'L
1 (共1页)
进入Science版参与讨论
相关主题
Re: question about MATLAB灰度的contour怎么画?
Re: MATLAB初级问题length of ray path
Re: Matlab plotRe: 请问一个MATLAB积分问题
[转载]有关 MATLAB 的一些网址[转载] MATLAB实在太强大了
Re: matlab 问题求助!急!!!Matlab的help documentation
电泳理论---物理学的应用(4)Re: MATLAB请教
Re: [转载] help! help! help!Re: help about autocorrelation.
概率问题----把自己算糊涂了.Re: which science tools are better?
相关话题的讨论汇总
话题: contour话题: just话题: matlab话题: legend话题: properties