octave-maintainers
[Top][All Lists]
Advanced

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

Re: [OctDev] Java/OpenGL-based graphics package for octave


From: John W. Eaton
Subject: Re: [OctDev] Java/OpenGL-based graphics package for octave
Date: Wed, 25 Apr 2007 15:30:13 -0400

On 25-Apr-2007, Michael Goffioul wrote:

| In Matlab, you can actually make a difference, because a line and
| a baseline are objects from 2 different classes. A baseline is actually
| an object of class "specgraph.baseline". So you can distinct it with
| "isa". When dealing only with properties, the difference is harder to
| make.

Can you give an example of how this is done?  For me, given

  hs = stem (1:3);
  hb = get (hs, 'baseline');

Then

  class (hb)

returns 'double'.

jwe


reply via email to

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