Difference between revisions of "Manuals/calci/CONTOURS"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''FDZ (Power,Iterations,Shades,CanvasId)'''</div><br/> ==Descriptions== *This function shows the Contour plot of a matrix. *Contour lines are oft...")
 
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
 
# CONTOURS([1,2;3,4],2)
 
# CONTOURS([1,2;3,4],2)
 
[[File:Contours.png]]
 
[[File:Contours.png]]
 +
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=WsZj5Rb6do8&t=1s|280|center|Contours}}
  
 
==See Also==
 
==See Also==

Latest revision as of 13:41, 9 April 2019

FDZ (Power,Iterations,Shades,CanvasId)


Descriptions

  • This function shows the Contour plot of a matrix.
  • Contour lines are often given specific names beginning "iso-" according to the nature of the variable being mapped, although in many usages the phrase "contour line" is most commonly used.
  • Contour(Z) draws a contour plot of matrix Z, where Z is interpreted as heights with respect to the x-y plane.
  • Z must be at least a 2-by-2 matrix that contains at least two different values.
  • The x values correspond to the column indices of Z and the y values correspond to the row indices of Z.
  • The contour levels are chosen automatically.contour(Z,n) draws a contour plot of matrix Z with n contour levels where n is a scalar.
  • The contour levels are chosen automatically.Contour(Z,v) draws a contour plot of matrix Z with contour lines at the data values specified in the monotonically increasing vector v.

Examples

  1. CONTOURS([1,2;3,4],2)

Contours.png


Related Videos

Contours

See Also

References