not documented in Matlab?

1 次查看(过去 30 天)
G A
G A 2019-6-3
Both, ishandle(H) and ishghandle(H), are given in doc with only one input argument possibility, however ishghandle(H,'property') produces no error (and can be seen used in that way in guide exported files).
>> x=-2*pi:0.1:2*pi;
>> h=plot(x,sin(x));
>> ishandle(h,'Color')
Error using ishandle
Too many input arguments.
>> ishghandle(h,'Color')
ans =
logical
0

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Whos 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by