|
The machine I'm working on has installed only the compiler
and the signal-processing toolbox.
I try to compile a GUI which contains only one button whos
callbackFcn calls fdatool. Under Matlab it runs, but
compiled it doesn't.
Any suggestions?
Thanks in advance!
mccExcludedFiles.log:
This file contains the list of various toolbox functions
that are not included in the CTF file. An error will be
thrown if any of these functions are called at run-time.
Some of these functions may be from toolboxes that you are
not using in your application. The reason for this is that
these toolboxes have overloaded some methods that are called
by your code. If you know which toolboxes are being used by
your code, you can use the -p flag with the -N flag to list
these toolboxes explicitly. This will cause MATLAB Compiler
to only look for functions in the specified toolbox
directories in addition to the MATLAB directories. Refer to
the MCC documentation for more information on this.
C:\Programme\MATLAB\R2006b\toolbox\signal\sigtools\@fdadesignpanel
C:\Programme\MATLAB\R2006b\toolbox\signal\sigtools\@filtresp
C:\Programme\MATLAB\R2006b\toolbox\signal\sigtools\@sigcodegen
C:\Programme\MATLAB\R2006b\toolbox\signal\sigtools\@siggui
C:\Programme\MATLAB\R2006b\toolbox\signal\sigtools\@sigresp
C:\Programme\MATLAB\R2006b\toolbox\signal\sigtools\@sigtools
C:\Programme\MATLAB\R2006b\toolbox\signal\sigtools\@sigutils
C:\Programme\MATLAB\R2006b\toolbox\signal\sigtools\@spttippack
986 item(s) excluded by M-file compilabilty rules.
|