Prev: Help MACE filter design
Next: multiple for loop/index
From: Sahra winter on 8 Mar 2010 14:04 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 8 Mar 2010 14:16 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 8 Mar 2010 15:09 thanks
|
Pages: 1 Prev: Help MACE filter design Next: multiple for loop/index |