Why does the CONTOURF function permit only two output arguments instead of three?
이전 댓글 표시
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.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Contour Plots에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!