12.07.2015 Views

MATLAB Function Reference (Volume 2: Graphics)

MATLAB Function Reference (Volume 2: Graphics)

MATLAB Function Reference (Volume 2: Graphics)

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

ishandlePurpose2ishandleDetermines if values are valid graphics object handlesSyntaxDescriptionExamplesarray = ishandle(h)array = ishandle(h) returns an array that contains 1’s where the elementsof h are valid graphics handles and 0’s where they are not.Determine whether the handles previously returned by fill remain handlesof existing graphical objects:X = rand(4); Y = rand(4);h = fill(X,Y,'blue')...delete(h(3))...ishandle(h)ans =1101See Alsofindobj2-249

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!