MATLAB Creating Graphical User Interfaces
Plot Workspace Variables in a GUIDE UI Returns two string variables, if there are two items selected. Otherwise get_var_names d ...
9 Examples of GUIDE UIs The other two plotting buttons work in the same way, resulting in semilogx(x,y) and semilogy(x,y). ...
UI for Setting Simulink Model Parameters UI for Setting Simulink Model Parameters In this section... “About the Example” on page ...
9 Examples of GUIDE UIs To get and view the example code: 1 Copy the example FIG-file and code file to your current (writeable) ...
UI for Setting Simulink Model Parameters You can change either of the gains in one of the two ways: 1 Move the slider associated ...
9 Examples of GUIDE UIs Generate callback function prototypes GUI allows only one instance to run Open the Simulink Block Diag ...
UI for Setting Simulink Model Parameters Slider Callback The UI uses two sliders to specify block gains because these components ...
9 Examples of GUIDE UIs If the value is out of range, the edit text String property is set to the value of the slider (rejecting ...
UI for Setting Simulink Model Parameters Stores the structure in the handles structure. Updates the list box String to list the ...
9 Examples of GUIDE UIs % Store the new ResultsData handles.ResultsData = ResultsData; guidata(hObject, handles) Remove Results ...
UI for Setting Simulink Model Parameters settings used when the simulation ran. When you click the Plot button, the callback per ...
9 Examples of GUIDE UIs '; Ki=', ... num2str(handles.ResultsData(currentVal(ctVal)).KiValue)]; end % If necessary, create the pl ...
UI for Setting Simulink Model Parameters Closes the UI figure. This is the Close button callback: function CloseButton_Callbac ...
9 Examples of GUIDE UIs Animation with Slider Controls in GUIDE In this section... “About the Example” on page 9- 68 “Design the ...
Animation with Slider Controls in GUIDE To get and view the example code: 1 Copy the example FIG-file and code file to your curr ...
9 Examples of GUIDE UIs In the GUIDE Layout Editor, the UI looks like this. The UI includes three uipanels that you can barely s ...
Animation with Slider Controls in GUIDE The two sliders allow you to change light direction during animation and function indepe ...
9 Examples of GUIDE UIs UI was saved. For more information on setting tags, see “Identify the Axes” on page 9- 23 in the previou ...
Animation with Slider Controls in GUIDE object that handles updating the graphics. This example does not explore the technique, ...
9 Examples of GUIDE UIs load globe360 axis equal off movie(globeframes) The playback looks like this. Graphics Techniques Used i ...
«
11
12
13
14
15
16
17
18
19
20
»
Free download pdf