由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - matlab里的contour有没有办法把那些线去掉?
相关主题
a matlab plotting questionRe: plot a 3d surface+contour using Origin (
如何在Matlab中在image上叠加contours?a gnuplot question
matlab里subplot问题找到了Re: a gnuplot question
matlab中已知矩阵和对应坐标值,如何画等高线图?gnuplot问题
请教:如何用MATLAB画出这样的图?谢谢matlab画复杂边界中的等势线用什么命令?
ask a matlab questioncontour plot
问个matlab画图的问题请问怎么让contour画出的图在不丢失精度的情况下保存下来
Origin作 图 问 题MATLAB Matrix Numeric Tools Help site
相关话题的讨论汇总
话题: contourf话题: contour话题: surface话题: line话题: use
进入Computation版参与讨论
1 (共1页)
l*********e
发帖数: 7492
1
就是那一堆的等值线,有啥办法能取掉?或者设成透明的?
C***S
发帖数: 175
2
You can try contour(z, a), where a is a vector has value where you want
a visible contour line.
check the help and find what you can do.

【在 l*********e 的大作中提到】
: 就是那一堆的等值线,有啥办法能取掉?或者设成透明的?
l*********e
发帖数: 7492
3
3x
不过,我不想要那些线。。

【在 C***S 的大作中提到】
: You can try contour(z, a), where a is a vector has value where you want
: a visible contour line.
: check the help and find what you can do.

r****y
发帖数: 1437
4
you can use
contourf
or
surf
or
surface

【在 l*********e 的大作中提到】
: 就是那一堆的等值线,有啥办法能取掉?或者设成透明的?
l*********e
发帖数: 7492
5
我就是用的contourf,不过那些等值线没法去掉亚.

【在 r****y 的大作中提到】
: you can use
: contourf
: or
: surf
: or
: surface

r****y
发帖数: 1437
6
look the help manual of contourf carefully, you can turn the line
off. I did it before.
if you use pcolor, or surface, there would be no line.

【在 l*********e 的大作中提到】
: 我就是用的contourf,不过那些等值线没法去掉亚.
y*****r
发帖数: 5
7
your name is soooo cool. U're from ocean/atmos studies?
@_@

【在 r****y 的大作中提到】
: look the help manual of contourf carefully, you can turn the line
: off. I did it before.
: if you use pcolor, or surface, there would be no line.

r****y
发帖数: 1437
8
Hehe, what field you come from?

【在 y*****r 的大作中提到】
: your name is soooo cool. U're from ocean/atmos studies?
: @_@

y*****r
发帖数: 5
9
co-hehe, what do you think?

【在 r****y 的大作中提到】
: Hehe, what field you come from?
1 (共1页)
进入Computation版参与讨论
相关主题
MATLAB Matrix Numeric Tools Help site请教:如何用MATLAB画出这样的图?谢谢
what is wrong with my matlab?ask a matlab question
MATLAB积分求教问个matlab画图的问题
终于完成一模拟matlab基本矩阵运算的C库Origin作 图 问 题
a matlab plotting questionRe: plot a 3d surface+contour using Origin (
如何在Matlab中在image上叠加contours?a gnuplot question
matlab里subplot问题找到了Re: a gnuplot question
matlab中已知矩阵和对应坐标值,如何画等高线图?gnuplot问题
相关话题的讨论汇总
话题: contourf话题: contour话题: surface话题: line话题: use