Why does the CONTOURF function permit only two output arguments instead of three?
Show older comments
In MATLAB 7.0 (R14), the CONTOURF function no longer seems to work with three output arguments specified. For example, the following code:
[C,h,Cf]=contourf(peaks);
produces the following error:
??? One or more output arguments not assigned...
The documentation on CONTOURF indicates that three output arguments can be specified.
Accepted Answer
More Answers (0)
Categories
Find more on Contour Plots in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!