| Products & Services | Industries | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → MATLAB |
| Contents | Index |
| Learn more about MATLAB |
handles = guihandles(object_handle)
handles = guihandles
handles = guihandles(object_handle) returns a structure containing the handles of the objects in a figure, using the value of their Tag properties as the fieldnames, with the following caveats:
Objects are excluded if their Tag properties are empty, or are not legal variable names.
If several objects have the same Tag, that field in the structure contains a vector of handles.
Objects with hidden handles are included in the structure.
handles = guihandles returns a structure of handles for the current figure.
guidata, guide, getappdata, setappdata
![]() | guide | gunzip | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |