解决问题打赏,matlab用imagesc画图,画出来的图像结果和实际明显不符,想知道哪里出了问题。
이전 댓글 표시
解决问题打赏[m,n]=meshgrid(0:0.01:20);
>> h=m+n;
>> imagesc(h)
用imagesc画图,画出来的图像结果和实际明显不符,在m=1,n=1处应该是h=2,画出来却是h=0,想知道哪里出了问题


채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 图像算术에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!