help-octave
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
findobj logicaloperator
From
:
Felipe G. Nievinski
Subject
:
findobj logicaloperator
Date
:
Fri, 3 May 2013 13:34:08 -0600
Hi.
This works as intended:
figure
imagesc(rand(10))
oh = findobj('-regexp','Type','image|surf|hggroup')
but this returns empty:
oh = findobj('Type','image', '-or', 'Type','surf', '-or', 'Type','hggroup')
Any thoughts why?
Thanks,
-FGN.
reply via email to
[Prev in Thread]
Current Thread
[
Next in Thread
]
findobj logicaloperator
,
Felipe G. Nievinski
<=
Re: findobj logicaloperator
,
Ben Abbott
,
2013/05/03
Re: findobj logicaloperator
,
Felipe G. Nievinski
,
2013/05/03
Prev by Date:
Re: xlsread in Octave 3.6.4
Next by Date:
Re: problem with the octave built-in function "kron"
Previous by thread:
default write-history file after reading history file
Next by thread:
Re: findobj logicaloperator
Index(es):
Date
Thread