Difference between revisions of "Manuals/calci/FDZ"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
==Examples== | ==Examples== | ||
# CONTOURS([1,2;3,4]) | # CONTOURS([1,2;3,4]) | ||
− | [[File: | + | [[File:Fdz.png]] |
==See Also== | ==See Also== |
Revision as of 16:22, 2 January 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
- CONTOURS([1,2;3,4])
See Also
References