add subfolders for mcc
古いコメントを表示
Hello I'm trying to build an excecutable using mcc in Matlab.
The project is spread over 4 folders. These folders contain further subfolders. As I understand the documentation for the mcc function -a adds all files and files in subfolders to the project.
Nevertheless I get Depfun error: 'Undefined function 'sfix' for input arguments of type 'double'.'
as an error.
I have two functions that have 'sfix' as a parameter, it looks like it can't find the function definition. So am I wrong using -a for including subolders and m-files in the subfolder?
Hope someone can help
3 件のコメント
Kaustubha Govind
2013 年 7 月 22 日
Is the folder containing 'sfix' also on the MATLAB path?
12312dsfafasd
2013 年 7 月 22 日
12312dsfafasd
2013 年 7 月 22 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!