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 帐户或创建一个新帐户。