Re: Using the CONTOURS function's contour matrix



I would like to use CONTOURS' output (i.e. the contour matrix) to
draw the actual contours.

Not sure I understand your problem but I think that you might be
using 'contours' not 'contour'. The contour function should display
the graphic immediately. Try

X = rand(10); % random data
Y = contour(X); % plot (note no 's')
.



Relevant Pages

  • How do I get the same color ranges on contour and pm3d plots?
    ... When I plot a datafile of xyz values and display only the base contours ... using contour and pm3d, the contours have one range of colors and the pm3d ...
    (comp.graphics.apps.gnuplot)
  • density contours
    ... I'm pretty new to matlab and have only used really basic ... through the tutorials, but what I mainly saw was about ... contours around peaks of 3D functions. ... draw the contour lines around the dense areas. ...
    (comp.soft-sys.matlab)
  • density contours
    ... I'm pretty new to matlab and have only used really basic ... through the tutorials, but what I mainly saw was about ... contours around peaks of 3D functions. ... draw the contour lines around the dense areas. ...
    (comp.soft-sys.matlab)
  • Re: Daniel Everett, Chomsky, Pinker and the curse of recursion
    ... One can draw in two ways, either by tracing contours, ... or by laying out hatching lines, shading the paper, ... combines the two ways of drawing, ...
    (sci.lang)
  • Re: Draw contours for a function?
    ... I would like to draw the contours by hand for c=0, ... x+y=const implies that you can write y as a simple function of x. ...
    (sci.math)

Loading