gradient map from n-by-n array

I have a n-by-n array which starts in the south-west corner. Each line is W-E and the next line is immediately north of it. If it helps the range of the values in the array is -76 to -30. I would like to plot a colour-gradient map for those values. Where do I start?

댓글 수: 1

Huh? This, for example, is an array in matlab:
a = [1 6 11 16 21
2 7 12 17 22
3 8 13 18 23
4 9 14 19 24
5 10 15 20 25];
What is the "start" of this array? What is a "line" in this array? What is a "colour-gradient map"?

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

답변 (1개)

Walter Roberson
Walter Roberson 2017년 5월 7일

0 개 추천

pcolor() perhaps ? Though I am not sure what you mean by a color gradient map. Perhaps you want to use https://www.mathworks.com/help/images/ref/imgradient.html or https://www.mathworks.com/help/images/ref/imgradientxy.html

카테고리

도움말 센터File Exchange에서 Orange에 대해 자세히 알아보기

제품

질문:

2017년 5월 6일

댓글:

2017년 5월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by