Mercurial > hg > octave-nkf
comparison scripts/plot/findobj.m @ 7001:8b0cfeb06365
[project @ 2007-10-10 18:02:59 by jwe]
author | jwe |
---|---|
date | Wed, 10 Oct 2007 18:03:02 +0000 |
parents | 5cd272497aae |
children | 93c65f2a5668 |
comparison
equal
deleted
inserted
replaced
7000:e87f860624cc | 7001:8b0cfeb06365 |
---|---|
21 ## @deftypefnx {Function File} {@var{h} =} findobj ('-property', @var{propName}) | 21 ## @deftypefnx {Function File} {@var{h} =} findobj ('-property', @var{propName}) |
22 ## @deftypefnx {Function File} {@var{h} =} findobj ('-regexp', @var{propName},, @var{pattern}) | 22 ## @deftypefnx {Function File} {@var{h} =} findobj ('-regexp', @var{propName},, @var{pattern}) |
23 ## @deftypefnx {Function File} {@var{h} =} findobj ('flat', @dots{}) | 23 ## @deftypefnx {Function File} {@var{h} =} findobj ('flat', @dots{}) |
24 ## @deftypefnx {Function File} {@var{h} =} findobj (@var{h}, @dots{}) | 24 ## @deftypefnx {Function File} {@var{h} =} findobj (@var{h}, @dots{}) |
25 ## @deftypefnx {Function File} {@var{h} =} findobj (@var{h}, '-depth', @var{d}, @dots{}) | 25 ## @deftypefnx {Function File} {@var{h} =} findobj (@var{h}, '-depth', @var{d}, @dots{}) |
26 ## Find object with specified property values. The simpliest form is | 26 ## Find object with specified property values. The simplest form is |
27 ## | 27 ## |
28 ## @example | 28 ## @example |
29 ## findobj (@var{propName}, @var{propValue}) | 29 ## findobj (@var{propName}, @var{propValue}) |
30 ## @end example | 30 ## @end example |
31 ## | 31 ## |