| Creating Graphical User Interfaces (GUIs), MATLAB® Version 7.6 (R2008a) Release Notes | ![]() |
New features and changes introduced in this version are:
The new uitable component allows you to show data in a table. This component replaces the undocumented MATLAB® uitable implementation. If you are using the old uitable component, please refer to the uitable Migration Document for help migrating to the supported uitable component.
Auto-generated callbacks of GUIDE GUIs can now access event data for HG callbacks. The following HG callbacks provide event data when triggered:
KeyPressFcn in uicontrol and figure
KeyReleaseFcn in figure
SelectionChangeFcn in uibuttonGroup
WindowKeyPressFcn in figure
WindowKeyReleaseFcn in figure
WindowScrollWheelFcn in figure
CellEditCallback in uitable
CellSelectionCallback in uitable
For example, the event data for keypress provides information on the key that is pressed. See the Callback Templates documentation for more information.
Starting in R2007b, the uigetfile and uiputfile functions interpret '.', '..', and '/' the same way as does the cd command. '.' is interpreted as the current directory, '..' is the directory above the current directory, and '/' is the top level directory. When specifying a directory rather than a filename for either the Filterspec or DefaultName argument, you no longer need to end the string with a '/'. However, such strings ending with a '/' are interpreted as they were in previous releases.
The hidegui function is being obsoleted and will be removed in a future version. Instead of this function use the set function to set the figure handle's handlevisibility property to on or off:
set(figurehandle, ‘handlevisibility', 'on')
![]() | Graphics and 3-D Visualization, MATLAB® Version 7.6 (R2008a) | External Interfaces/API, MATLAB® Version 7.6 (R2008a) | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |