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)
- Category:
- Level: Basic
Comments
To leave a comment, please click here to sign in to your MathWorks Account or create a new one.