<h2>6: Deploying GUIs using the MATLAB Compiler <Ahref="User_guide.html"><imgsrc="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 <ahref="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 <ahref="matlab:doc deploytool"><codeclass="FUNCTION">deploytool</code></a> setup
used to build the <ahref="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>