<h2>6: Deploying GUIs using the MATLAB Compiler <A href="User_guide.html"><img src="Images/uparrow.png" border="0" align="top" alt="Go back up one level"/></A></h2>
<p>Applications built using these layout tools can be deployed as standalone
executables using the <a href="matlab:doc compiler">MATLAB Compiler</a> in
the same way as any other MATLAB application. There is, however, one thing to watch out for:</p>
<ul>
<li>You must explicitly include the "Resources" folder within the +uix package</li>
</ul>
<h4>Example</h4>
<p>Below is a screen-shot of the <a href="matlab:doc deploytool"><code class="FUNCTION">deploytool</code></a> setup
used to build the <a href="ExampleApp.html">example application</a>.
The "Resources" folder from the toolbox has been explicitly added as a
shared resource so that the mouse-pointers and panel icons continue to work.</p>