help-octave
[Top][All Lists]
Advanced

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

RE: stem function!


From: Oliver Eichler
Subject: RE: stem function!
Date: Sat, 07 Aug 1999 12:29:05 +0200 (CEST)

On 07-Aug-99 Ramakrishnan M wrote:
> Hi,
>     I am new to octave. Has anybody written the "stem" function for
> octave?If so where is it available?
>

You donĀ“t really need one ;)

plot(x,"^")

will do the job. You can wrap it with a small function header for compatibility.

a little bit more sophisticated:

plot(x,"^")
hold
plot(x,"*")
hold


 
> Ramakrishnan M
> World Wide Web: http://www.ee.iitm.ernet.in/~ee98m09
> --
> "A designer knows he has achieved perfection not when there is nothing
>  left to add, but when there is nothing left to take away."
> 
> 
> 
> ---------------------------------------------------------------------
> Octave is freely available under the terms of the GNU GPL.  To ensure
> that development continues, see www.che.wisc.edu/octave/giftform.html
> Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html
> ---------------------------------------------------------------------

---
Oliver Eichler

DSP Solutions
Ingenieure Kellermann, Hoepfel, Voigt, Eichler, Weidner
Partnerschaft



---------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.  To ensure
that development continues, see www.che.wisc.edu/octave/giftform.html
Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html
---------------------------------------------------------------------



reply via email to

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