About use "surf" to paintings matrix problem

조회 수: 1 (최근 30일)
BB
BB 2012년 9월 15일
HI,
I have a matrix of a 8x8 matrix
Code chart is as follows
clear all; clc;
a=[ 56 61 63 66 66 62 55 59
56 59 61 62 61 60 54 63
60 61 60 58 58 65 58 71
64 63 62 61 62 64 58 74
71 65 65 66 64 68 66 73
79 67 70 66 69 70 68 71
85 71 73 73 75 74 69 68
88 80 84 88 94 100 89 75];
surf(a);
axis([1,8,1,8]);
colorbar;
view(0,-90);
The color of the drawn graph is not the same as I want
ex: the original value of 100 (8 line 6 position)
How is not the same color?
What's wrong with me?
thanks

답변 (2개)

Walter Roberson
Walter Roberson 2012년 9월 15일
surf() uses the current colormap. They might have used a different colormap than you are using.
  댓글 수: 1
BB
BB 2012년 9월 15일
hi,
i mean the position(8 line 6 position) value is 100
but the drawn graph color is not red
so,maybe i can't use the "surf" command
i want plot 8x8 picture and the value use different color to represent the strength.
what the command can reach my goal?

댓글을 달려면 로그인하십시오.


BB
BB 2012년 9월 15일
The picture should like this
please help me ,thanks

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by