From: Sahra winter on
Can one make an executable file out of a Matlab program that is using a Matlab toolbox?
specifically I mean a GUI made using GUIDE toolbox.

thanks
From: Walter Roberson on
Sahra winter wrote:
> Can one make an executable file out of a Matlab program that is using a
> Matlab toolbox?
> specifically I mean a GUI made using GUIDE toolbox.

GUIDE is not a toolbox, just a program, and programs developed using GUIDE can
usually be compiled.. However, GUIDE itself cannot be compiled -- that is, you
cannot build an executable that includes GUIDE _itself_.

The official list of toolbox support is at
http://www.mathworks.com/products/compiler/compiler_support.html
From: Sahra winter on
thanks