User`s guide
R2008b
17-36
Creating Graphical User Interfaces (GUIs)
Undocumented Functions Removed
The following set of deprecated functions, all of which were previously undocumented,
have been removed. Alternatives to most of them exist, which are described.
• axlimdlg — No alternative
• cbedit — No alternative
• clruprop — Use rmappdata instead
• ctlpanel — No alternative
• edtext — Set text object's Editing property
• extent — Get text object's Extent property
• getuprop — Use getappdata instead
• hidegui — Set figure's HandleVisibility property
• hthelp — Use web instead
• layout — No alternative
• matq2ws — Combine save + load or uisave + uiload
• matqdlg — Combine save + load or uisave + uiload
• matqparse — Combine save + load or uisave + uiload
• matqueue — Combine save + load or uisave + uiload
• menubar — The string 'none'
• menuedit — No alternative
• pagedlg — Use pagesetupdlg instead
• setuprop — Use setappdata instead
• umtoggle — Set uimenu's Checked property
• wizard — Use guide instead
• ws2matq — Combine save + load or uisave + uiload
Compatibility Considerations
If you have developed MATLAB code that uses any of the above undocumented functions,
you must remove such calls or replace them with other code, as suggested within the
above bullets.