필터 지우기
필터 지우기

How do I make data transparent Matlab 2016b?

조회 수: 1 (최근 30일)
Mikolaj Jankowski
Mikolaj Jankowski 2018년 7월 14일
댓글: Walter Roberson 2018년 7월 14일
I am trying to plot surface pressure data over a map projection from m_map toolbox. How can I make the data transparent, so the landscape beneath it remains unobscured? Here is what I have so far.
figure
m_proj('stereographic','lat',90,'long',30,'radius',25);
m_ibcao('contour',[-3500:1000:-500],'b');
m_contourf (longitude,latitude,mean(sst(1:480,1:241,ice1time),3)')
m_contour (longitude,latitude,mean(sst(1:480,1:241,ice1time),3)','k')
colorbar
colormap jet
caxis([-1,10])
m_grid('xtick',12,'tickdir','out','ytick',[70 80],'linest','-');
  댓글 수: 2
Rik
Rik 2018년 7월 14일
Hidden inside those functions, there's probably a patch or surf call, so you should be able to dig out the object and set the AlphaData property.
Walter Roberson
Walter Roberson 2018년 7월 14일

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

답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by