help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mesh plot with crossing contour?


From: Christoph Dalitz
Subject: mesh plot with crossing contour?
Date: Wed, 14 Apr 2004 08:47:07 +0200

Hello,

I am trying to plot two functions   f1,f2: RxR -> R  as mesh plot
together with the lines of their intersection (i.e. the lines where
f1=f2) in the bottom plane of the axes.

I can do both seperately with

        mesh(x,y,z1); hold on; mesh(x,y,z2);
and
        contour(x,y,z1-z2,0);

but have found no way to merge both into one plot.
Is this possible?

Christoph



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]