Challenge - Change my avatar colors
이전 댓글 표시
The spy function without arguments does my avatar picture, white background and blue "spy".
- Change the background color
- Change the color of the "spy"
Tell me the code to perform the two tasks?
Please don't post the code if you appear on the first page of the Contributors or you are well known in the community for your MATLAB skills.
The prize is 4 reputation points, first answer that satisfy the requirements wins, next ones win 1 reputation point if they do the same but in some other way.
PS: The code is very simple, just two small lines.
The Challenge is complete, congratulations to the winner Nathan Greco and to Ian Wood for trying.
My code is this:
spy %draw the spy
set(gca,'Color',[1 0 0]) %change the background color
set(get(gca,'children'),'color',[1 1 0]) %change the "spy" color
댓글 수: 4
Oleg Komarov
2011년 7월 1일
I am gonna create a fake account...mUahHAUhuAhua
Paulo Silva
2011년 7월 1일
Oleg Komarov
2011년 7월 1일
But think about all the broken hopes....MuhsuhAHuahua
Paulo Silva
2011년 7월 1일
채택된 답변
추가 답변 (1개)
Ian Wood
2011년 7월 1일
load spy
colormap(hot)
댓글 수: 10
Paulo Silva
2011년 7월 1일
Ian Wood
2011년 7월 1일
Doesn't using a colormap change all of the colors in one succession?
Paulo Silva
2011년 7월 1일
Paulo Silva
2011년 7월 1일
Paulo Silva
2011년 7월 1일
Ian Wood
2011년 7월 1일
is it possible to do with the colormap function?
Paulo Silva
2011년 7월 1일
Nathan Greco
2011년 7월 1일
I think that would work of spy consisted of a matrix of (image) data, rather than just some plotted points.
Paulo Silva
2011년 7월 1일
Ian Wood
2011년 7월 2일
That's ok, I was just wondering if I was on the right track. Thanks for the code :)
카테고리
도움말 센터 및 File Exchange에서 Discrete Data Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!