MATLAB Creating Graphical User Interfaces
Interrupt Callback Execution If the running callback contains one of these commands, then MATLAB stops the execution of the run ...
13 Manage Callback Execution Clicking specific pairs of buttons demonstrates the effect of different property value combinations ...
Interrupt Callback Execution Callback interruption — Click Wait (interruptible) immediately followed by either button in the se ...
13 Manage Callback Execution Here is the command that creates the Mesh Plot (cancel) push button. Notice that the BusyAction pro ...
14 Examples of UIs Created Programmatically Programmatically “Axes, Menus, and Toolbars in Programmatic UIs” on page 14- 2 “Syn ...
14 Examples of UIs Created Programmatically Axes, Menus, and Toolbars in Programmatic UIs In this section... “About the Example” ...
Axes, Menus, and Toolbars in Programmatic UIs You can select other plots in the pop-up menu. Clicking the Update button displays ...
14 Examples of UIs Created Programmatically mPlotTypes is a 5-by-2 cell array that specifies graphing functions and data. The fi ...
Axes, Menus, and Toolbars in Programmatic UIs hPlotAxes = axes(... % Axes for plotting the selected plot 'Parent', hMainFigure, ...
14 Examples of UIs Created Programmatically For a push button, the String property defines the label on the button. Here it is ...
Axes, Menus, and Toolbars in Programmatic UIs For each of the menu items, the Callback property specifies the callback that ser ...
14 Examples of UIs Created Programmatically end The localUpdatePlot function creates a plot in the axes. The localUpdatePlot fu ...
Axes, Menus, and Toolbars in Programmatic UIs end The hOpenMenuitemCallback function first calls the uigetfile function to open ...
14 Examples of UIs Created Programmatically The hPrintMenuitemCallback function calls the printdlg function. This function opens ...
Axes, Menus, and Toolbars in Programmatic UIs delete(hMainFigure); end The hCloseMenuitemCallback function calls the questdlg fu ...
14 Examples of UIs Created Programmatically Synchronized Data Presentations in a Programmatic UI In this section... “Techniques ...
Synchronized Data Presentations in a Programmatic UI The program displays and removes line plots when the user selects and clear ...
14 Examples of UIs Created Programmatically View the Example Code To obtain copies of the program files for this example, follow ...
Synchronized Data Presentations in a Programmatic UI % Create a uitable on the left side of the figure htable = uitable('Units', ...
14 Examples of UIs Created Programmatically in the workspace after being copied into the table). However, the function hides the ...
«
16
17
18
19
20
21
22
23
24
25
»
Free download pdf