Matlab TutorialPopular Tutorials MATLAB 2D contour() by Online Tutorials Library July 14, 2022 79 MATLAB contour() A contour plot shows the isolines of matrix Z. Syntax contour(Z) contour(Z,n) contour(Z,v) contour(X,Y,Z) contour(X,Y,Z,n) contour(X,Y,Z,v) contour(…,LineSpec) [C,h] = contour(…) Example z=-1/2 x^2+xy+y^2 |x|≤5,|y|≤5. r= -5: .2:5; [X, Y]=meshgrid (r, r); Z=-.5*X.^2+X.*Y+Y.^2; cs= contour (X, Y, Z); clabel (cs) Output: Next TopicMATLAB quiver() computer programming languagedownload matlabhow to download matlabhow to install matlabinstall matlabmatlabmatlab 2-d and 3-d plotsmatlab commandsmatlab data typesmatlab desktop fundamentalsmatlab downloadingmatlab installationmatlab introductionmatlab loopsmatlab matrices and arraysmatlab numbersmatlab object-oriented programmingmatlab operatorsmatlab platformmatlab programming and scriptsmatlab programming fundamentalsmatlab requirementsmatlab stringsmatlab syntaxmatlab tutorialmatlab variablesmatlab vectors Share 0 FacebookTwitterPinterestEmail previous post Area of trapezoid next post Client-side vs server-side routing in MEAN Stack You may also like C++ String operator+=() function C++ String front() function C++ Vector end() function C++ Vector pop_back() function LCD Interfacing with AVR Vigenere Cipher