avatar
matlab画图问题# PhotoGear - 摄影器材
h*g
1
用pcolor画等高线图,但某个区域数据未知,如果能画成灰色?
其他已知区域还是正常的彩虹色
我打算把那块区域assign成Inf,但怎么设置colormap可以把Inf设成灰色?
avatar
b*t
2
先assign inf,call pcolor
然后
color = [[.5 .5 .5]; hsv];
colormap(color);

【在 h******g 的大作中提到】
: 用pcolor画等高线图,但某个区域数据未知,如果能画成灰色?
: 其他已知区域还是正常的彩虹色
: 我打算把那块区域assign成Inf,但怎么设置colormap可以把Inf设成灰色?

avatar
a*l
3
期待已久的画面,终于上演。我看的花痴了。
avatar
b*t
4
sorry i lied =(
貌似不行

【在 b*******t 的大作中提到】
: 先assign inf,call pcolor
: 然后
: color = [[.5 .5 .5]; hsv];
: colormap(color);

avatar
v*a
5
这个你都懂?
太崇拜你了

【在 a********l 的大作中提到】
: 期待已久的画面,终于上演。我看的花痴了。
avatar
f*d
6
拜塔师!

【在 b*******t 的大作中提到】
: 先assign inf,call pcolor
: 然后
: color = [[.5 .5 .5]; hsv];
: colormap(color);

avatar
a*l
7
lie some more, keep the drama going.

【在 b*******t 的大作中提到】
: sorry i lied =(
: 貌似不行

avatar
f*d
8
受骗了。

【在 b*******t 的大作中提到】
: sorry i lied =(
: 貌似不行

avatar
a*l
9
肯定懂得不如洪老师多,但我就不能用过matlab?

【在 v***a 的大作中提到】
: 这个你都懂?
: 太崇拜你了

avatar
b*t
10
pcolor2.m, tailored to your needs
500包子起价

【在 a********l 的大作中提到】
: lie some more, keep the drama going.
avatar
h*g
11
獭老师太厉害了,连这都懂

【在 b*******t 的大作中提到】
: 先assign inf,call pcolor
: 然后
: color = [[.5 .5 .5]; hsv];
: colormap(color);

avatar
h*g
12
500个包子。。。。。。。。

【在 b*******t 的大作中提到】
: pcolor2.m, tailored to your needs
: 500包子起价

avatar
s*g
13
What is the price to portrait yourself within 100 lines of m code?

【在 b*******t 的大作中提到】
: pcolor2.m, tailored to your needs
: 500包子起价

avatar
a*l
14
看见没有,对包子的饥渴都跟你一样。洪老师们,受我一拜!

【在 h******g 的大作中提到】
: 500个包子。。。。。。。。
avatar
b*t
15
哎 为了区分我跟那群包子脑袋
把color=[[.5 .5 .5];hsv]
改成
color = [hsv;[.5 .5 .5]]就好了
或者assign成-inf

【在 h******g 的大作中提到】
: 500个包子。。。。。。。。
avatar
b*t
16
define "line" first plz

【在 s*****g 的大作中提到】
: What is the price to portrait yourself within 100 lines of m code?
avatar
b*t
17
pia

【在 a********l 的大作中提到】
: 看见没有,对包子的饥渴都跟你一样。洪老师们,受我一拜!
avatar
h*g
18
我也看到效果了,就没想到换成-inf
多谢多谢

【在 b*******t 的大作中提到】
: 哎 为了区分我跟那群包子脑袋
: 把color=[[.5 .5 .5];hsv]
: 改成
: color = [hsv;[.5 .5 .5]]就好了
: 或者assign成-inf

avatar
x*c
19
塔大师v5
avatar
b*t
20
。。。给个包子吧。。。

【在 h******g 的大作中提到】
: 我也看到效果了,就没想到换成-inf
: 多谢多谢

avatar
h*g
21
这个必须的

【在 b*******t 的大作中提到】
: 。。。给个包子吧。。。
avatar
b*t
22
洪老师的包子就是香~~

【在 h******g 的大作中提到】
: 我也看到效果了,就没想到换成-inf
: 多谢多谢

avatar
x5
23


【在 b*******t 的大作中提到】
: 。。。给个包子吧。。。
avatar
a*l
24
洪老师的问题解决了,看得泪流满面,鼓掌!!!
avatar
b*t
25
洪老师这是没事编故事发包子玩呢

【在 a********l 的大作中提到】
: 洪老师的问题解决了,看得泪流满面,鼓掌!!!
avatar
v*a
26
都是高手
天天用matlab的自愧不如

【在 x****c 的大作中提到】
: 塔大师v5
avatar
h*g
27
以上围观者每人一个包子

【在 v***a 的大作中提到】
: 都是高手
: 天天用matlab的自愧不如

avatar
s*g
28
They easiest way is
image_read('bengalcat.jpg');
So let's say you cannot take any input data, or say your parameter could not
go more than 100 bytes.
A line should not include any toolbox function.
A line should not output anything on terminal
A line may contain at most one semicolon
begin, end, and other blocking structures are considered as a line
comments are not lines, which mean, removing them will not cause problem (
they are not data).
You cannot draw that using ascii arts.

【在 b*******t 的大作中提到】
: define "line" first plz
avatar
a*l
29
您太客气了,不过再次证明我认人的眼光很准的,对吧?

【在 h******g 的大作中提到】
: 以上围观者每人一个包子
avatar
v*a
30
你的注释有8行

not

【在 s*****g 的大作中提到】
: They easiest way is
: image_read('bengalcat.jpg');
: So let's say you cannot take any input data, or say your parameter could not
: go more than 100 bytes.
: A line should not include any toolbox function.
: A line should not output anything on terminal
: A line may contain at most one semicolon
: begin, end, and other blocking structures are considered as a line
: comments are not lines, which mean, removing them will not cause problem (
: they are not data).

avatar
x5
31
你不都是心算的么?

【在 v***a 的大作中提到】
: 都是高手
: 天天用matlab的自愧不如

avatar
v*a
32
我没写社论的本事
心算不了

【在 x5 的大作中提到】
: 你不都是心算的么?
avatar
v*a
33
洪老师真和谐

【在 h******g 的大作中提到】
: 以上围观者每人一个包子
avatar
x*c
34
谢包子
我连问题都没看懂。。。

【在 h******g 的大作中提到】
: 用pcolor画等高线图,但某个区域数据未知,如果能画成灰色?
: 其他已知区域还是正常的彩虹色
: 我打算把那块区域assign成Inf,但怎么设置colormap可以把Inf设成灰色?

avatar
v*a
35
您太辛苦了
刚发现我版指数腰斩了。。。

【在 x****c 的大作中提到】
: 谢包子
: 我连问题都没看懂。。。

avatar
b*t
36
可以调用camera么。。。

not

【在 s*****g 的大作中提到】
: They easiest way is
: image_read('bengalcat.jpg');
: So let's say you cannot take any input data, or say your parameter could not
: go more than 100 bytes.
: A line should not include any toolbox function.
: A line should not output anything on terminal
: A line may contain at most one semicolon
: begin, end, and other blocking structures are considered as a line
: comments are not lines, which mean, removing them will not cause problem (
: they are not data).

avatar
x*c
37
发包子?

【在 v***a 的大作中提到】
: 您太辛苦了
: 刚发现我版指数腰斩了。。。

avatar
b*t
38
包子plz

【在 x****c 的大作中提到】
: 塔大师v5
avatar
x*c
39
你不是吃到大包子了么?

【在 b*******t 的大作中提到】
: 包子plz
avatar
b*t
40
再大不大

【在 x****c 的大作中提到】
: 你不是吃到大包子了么?
avatar
s*g
41
If there was not part of a toolbox...

【在 b*******t 的大作中提到】
: 可以调用camera么。。。
:
: not

avatar
b*t
42
感叹号算toolbox里的么?

【在 s*****g 的大作中提到】
: If there was not part of a toolbox...
avatar
s*g
43
I happened to have 5000 WB, the price you named, and I want to customize my
function...

【在 b*******t 的大作中提到】
: 感叹号算toolbox里的么?
avatar
c*y
44
先排懒大师的包子

my

【在 s*****g 的大作中提到】
: I happened to have 5000 WB, the price you named, and I want to customize my
: function...

avatar
b*t
45
5555
那是给洪老师的pcolor2.m的价。。。

my

【在 s*****g 的大作中提到】
: I happened to have 5000 WB, the price you named, and I want to customize my
: function...

avatar
v*a
46
那应该是个honggiveucolor2cc.m

【在 b*******t 的大作中提到】
: 5555
: 那是给洪老师的pcolor2.m的价。。。
:
: my

avatar
b*t
47
二爷我换tikz行么 :'(

my

【在 s*****g 的大作中提到】
: I happened to have 5000 WB, the price you named, and I want to customize my
: function...

avatar
b*t
48
太嚣张了
阿婆快来罚包子

【在 v***a 的大作中提到】
: 那应该是个honggiveucolor2cc.m
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。