How to plot Contour on Irregular boundary?
이전 댓글 표시
I have data of sidment and depth,I want to plot <E:\金山快盘\华东师范大学\毕业论文\数据\surfer\北槽中潮> I know the "Contourf"! but I only can do like that <E:\金山快盘\华东师范大学\毕业论文\数据\临时> there are simlar,but the second picture have no depth. my code is: load('北槽中潮') sand1=log10(sand); contourf(sand1(1:5,:),100,'linestyle','none') view(0,270) colorbar xlabel('时间序列') ylabel('水深')
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Contour Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!