How do I create a colormap for a flat plane?
이전 댓글 표시
I am creating a flat plane, I want the color of the plane to be a gradient. I tried using the colormap copper but it keeps it black because it is flat. How can I adjust the color?
[x,y] = meshgrid(1:1250,1:760);
z = zeros(size(x));
colormap('copper')
surf(x,y,z-1)
댓글 수: 2
Geoff Hayes
2019년 9월 20일
Jossie - what do you expect the output to look like? Can you us how you expect the gradient to be applied to your 2D data?
Jossie
2019년 9월 20일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Color and Styling에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
