<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Matlab Tutorials &#187; Enable</title>
	<atom:link href="http://www.matlabtutorials.com/howto/enable/feed" rel="self" type="application/rss+xml" />
	<link>http://www.matlabtutorials.com</link>
	<description>Matlab tutorials and examples</description>
	<lastBuildDate>Mon, 10 May 2010 10:55:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>A GUI to Set Simulink Model Parameters Example 2</title>
		<link>http://www.matlabtutorials.com/examples/a-gui-to-set-simulink-model-parameters-example-2.html</link>
		<comments>http://www.matlabtutorials.com/examples/a-gui-to-set-simulink-model-parameters-example-2.html#comments</comments>
		<pubDate>Sun, 02 May 2010 16:27:47 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Enable]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[find_system]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[guidata]]></category>
		<category><![CDATA[HandleVisibility]]></category>
		<category><![CDATA[IntegerHandle]]></category>
		<category><![CDATA[legend]]></category>
		<category><![CDATA[list box]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[model_open]]></category>
		<category><![CDATA[open_system]]></category>
		<category><![CDATA[Parent]]></category>
		<category><![CDATA[plot]]></category>
		<category><![CDATA[Running Simulation]]></category>
		<category><![CDATA[set_param]]></category>
		<category><![CDATA[sim]]></category>
		<category><![CDATA[Simulate]]></category>
		<category><![CDATA[simulation]]></category>
		<category><![CDATA[simulink]]></category>
		<category><![CDATA[str2double]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=479</guid>
		<description><![CDATA[<h2>Running the Simulation from the GUI</h2>
<p>The GUI Simulate and store results button callback runs the model simulation and stores the results in the handles structure. Storing data in the handles structure simplifies the process of passing data to other subfunction since this structure can be passed as an argument.  <a href='http://www.matlabtutorials.com/examples/a-gui-to-set-simulink-model-parameters-example-2.html' rel="nofollow">Read More</a></p>Matlab Tags: Enable, example, find_system, gui, guidata, HandleVisibility, IntegerHandle, legend, list box, matlab, model_open, open_system, Parent, plot, Running Simulation, set_param, sim, Simulate, simulation, simulink, str2double, web]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/examples/a-gui-to-set-simulink-model-parameters-example-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A GUI to Set Simulink Model Parameters</title>
		<link>http://www.matlabtutorials.com/examples/a-gui-to-set-simulink-model-parameters.html</link>
		<comments>http://www.matlabtutorials.com/examples/a-gui-to-set-simulink-model-parameters.html#comments</comments>
		<pubDate>Sun, 02 May 2010 16:20:52 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Click here to add the example files to the MATLAB path]]></category>
		<category><![CDATA[Click here to copy the files to your current folder]]></category>
		<category><![CDATA[Click here to display the GUI code file in the MATLAB Editor (read only)]]></category>
		<category><![CDATA[Click here to display the GUI in the GUIDE Layout Editor (read only)]]></category>
		<category><![CDATA[click here to open the code file in the Editor]]></category>
		<category><![CDATA[click here to open the FIG-file in GUIDE]]></category>
		<category><![CDATA[Click here to run the f14ex GUI]]></category>
		<category><![CDATA[Enable]]></category>
		<category><![CDATA[find_system]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[GUI building]]></category>
		<category><![CDATA[guidata]]></category>
		<category><![CDATA[HandleVisibility]]></category>
		<category><![CDATA[IntegerHandle]]></category>
		<category><![CDATA[legend]]></category>
		<category><![CDATA[list box]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[model_open]]></category>
		<category><![CDATA[open_system]]></category>
		<category><![CDATA[parameters]]></category>
		<category><![CDATA[Parent]]></category>
		<category><![CDATA[plot]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[set_param]]></category>
		<category><![CDATA[sim]]></category>
		<category><![CDATA[simulink]]></category>
		<category><![CDATA[str2double]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[which]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=473</guid>
		<description><![CDATA[<h3>About the Simulink Model Parameters Example</h3>
<p>This example illustrates how to create a GUI that sets the parameters of a Simulink® model. In addition, the GUI can run the simulation and plot the results in a figure window. The following figure shows the GUI after running three simulations with different values for controller gains.<br />
<a href="http://www.matlabtutorials.com/wp-content/uploads/matlab_f14ex.gif"><img src="http://www.matlabtutorials.com/wp-content/uploads/matlab_f14ex.gif" alt="" title="matlab_f14ex" width="434" height="253" class="aligncenter size-full wp-image-475" /></a><br />
The example illustrates a number of GUI building techniques: <a href='http://www.matlabtutorials.com/examples/a-gui-to-set-simulink-model-parameters.html' rel="nofollow">Read More</a></p>Matlab Tags: Click here to add the example files to the MATLAB path, Click here to copy the files to your current folder, Click here to display the GUI code file in the MATLAB Editor (read only), Click here to display the GUI in the GUIDE Layout Editor (read only), click here to open the [...]]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/examples/a-gui-to-set-simulink-model-parameters.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

