Doug Hull, MathWorks
(Originally posted on Doug's MATLAB Video Tutorials blog.)
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)
Recorded: 9 May 2011
Featured Product
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
Select web siteYou can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.