i want to plot a 2D surface color map plot

조회 수: 6 (최근 30일)
Joseph
Joseph 2014년 9월 28일
댓글: Image Analyst 2014년 9월 29일
I have a data set of CO concentration in the atmosphere for different altitudes according to the longitude and the latitude. I want to plot a 2D surface colormap for CO concentration for latitude and longitude. If I can plot a color map for one altitude I can extend it to a 3D plot later. how can i do that?

답변 (1개)

Image Analyst
Image Analyst 2014년 9월 28일
Can you show examples? A 2D array is like an image. If you plot that as a surface where the Z value is the gray level and you make a perspective rendering of it, like you get with surf(), then that's kind of like a 2.5D plot. It's not true 3D because there is not a Z value for each x,y pair. A true 3D image would be like a volumetric image like a CT or MRI medical image.
  댓글 수: 2
Joseph
Joseph 2014년 9월 28일
Thank you very much for the reply. I attached a similar image in the comment. Check it out. The colors give you the different concentrations of CO.
Image Analyst
Image Analyst 2014년 9월 29일
I agree with Mohammad. That's why I always check my attachments after I post them to make sure I posted the right thing. Failing an example, about all I can suggest is surf() again. Or since you have lat and long, do you have the Mapping Toolbox? Maybe there are special functions in that - I don't know.

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

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by