How to make a pcolor plot smooth
이전 댓글 표시
I am using 'shading interp' but still fail to achieve a perfectly smooth plot. Is there a better way of plotting FTLEs in a smother way. Here is wat i have been using; figure;
pcolor(squeeze(lam(1,:,:)));
shading interp;
colorbar;
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Contour Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!