Plot triangular mesh with m_map toolbox

I have a problem when i'm plotting triangular mesh with trisurf and m_map toolbox.
m_proj('mercator','longitudes',[xmin xmax],'latitudes',[ymin ymax]);
trisurf(TRI,XX,YY,Hs,'EdgeColor','none');
m_grid('box','fancy','xtick',xmin:deltax:xmax,'ytick',ymin:deltay:ymax,'tickdir','in','fontsize',10);
In the first and second line i don´t have problem (figure 1), but in third the plot reduced considerably size (figure 2), attached plots's
In advance thank you

댓글 수: 1

Kelly Kearney
Kelly Kearney 2015년 11월 6일
What are your values of xmin, xmax, ymin, and ymax? And what are the ranges of XX and YY?

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Surfaces, Volumes, and Polygons에 대해 자세히 알아보기

태그

질문:

2015년 11월 6일

댓글:

2015년 11월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by