| Contents | Index |
Test handle validity
tf = isvalid(h)
tf = isvalid(h) performs an element-wise check for validity on the handle elements of h. The result is a logical array of the same dimensions as h, where each element is the element-wise validity result.
A handle is invalid if it has been deleted or if it is an element of a handle array and has not yet been initialized.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |