필터 지우기
필터 지우기

Color ranging from blue, green, and red using fill

조회 수: 4 (최근 30일)
Eric
Eric 2015년 12월 22일
답변: Image Analyst 2015년 12월 22일
Hey everybody,
Does anyone know how to plot colors ranging from blue (-1) - green (0) - red (+1)? I'm currently only able to blot completely blue or red using the fill function with 'r' or 'b'.
Best,
Eric

답변 (2개)

Walter Roberson
Walter Roberson 2015년 12월 22일
fill() creates a patch so it is limited to what a patch can do. For that see http://www.mathworks.com/help/matlab/visualize/specifying-patch-coloring.html
Note that to do the interpolated coloring for faces you need multiple faces, whereas fill() only creates one face. You will be wanting to create a triangular mesh or quad mesh to color more closely.
Or you could create an image of the colors you want and apply the image as a texture map over a surface object created with surf(). You might want to use this File Exchange contribution

Image Analyst
Image Analyst 2015년 12월 22일
Not sure what you want, but see if either of the two attached demos does it.

카테고리

Help CenterFile Exchange에서 Green에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by