Using image to view data instead of surf and view(2).
This video outlines a common error made with MATLAB, and how to avoid it.
Often people will use the programming pattern of:
surf(Z);
view(2)
This really does something very similar to:
imagesc(Z)
- 범주:
- Level: Basic
댓글
댓글을 남기려면 링크 를 클릭하여 MathWorks 계정에 로그인하거나 계정을 새로 만드십시오.