cla() ?
David Bateman
dbateman at dbateman.org
Fri Oct 3 21:06:15 CDT 2008
Ben Abbott wrote:
> This is as far as I have gone.
>
> octave-3.1.51+:96> figure(1)
> octave-3.1.51+:97> subplot(211)
> octave-3.1.51+:98> subplot(212)
> octave-3.1.51+:99> hax = get(gcf,'children')
> hax =
>
> -40.963 -28.300
>
> octave-3.1.51+:100> ishandle(hax)
> ans = 0
> octave-3.1.51+:101> ishandle(hax(1))
> ans = 1
> octave-3.1.51+:102> ishandle(hax(2))
> ans = 1
>
> The ishandle function should return a result for each member of it's input with the same shape as it's input.
>
> As I am limited to the m-file caste, I hope one of you guys in the upper c++ caste can take this on ;-)
>
> If this really is the same problem as the one you posted the link to, than I expect my conclusion as to what the problem is that I've encountered is quite overly simplified.
Ok then its not the same bug but produces the same errors, which is a
pity as I was hoping for help :-( .. In any case the fix for this is
relatively easy, and a changeset is attached.
D.
>
> Ben
>
>
>
--
David Bateman dbateman at dbateman.org
35 rue Gambetta +33 1 46 04 02 18 (Home)
92100 Boulogne-Billancourt FRANCE +33 6 72 01 06 33 (Mob)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch8628
Url: https://www-old.cae.wisc.edu/pipermail/octave-maintainers/attachments/20081004/d18eb12b/attachment.ksh
More information about the Octave-maintainers
mailing list