Compiler error message: signal 127
古いコメントを表示
I built a Graphical Interface (let's call it myGUI)that works perfectly from Matlab. I'm trying to make a standalone version of it and built it without any error or warning messages from the compiler. Then when I try to launch it from Matlab
>> cd myGUI/distrib/myGUI.app/Contents/MacOS/
>> !./myGUI
Undefined function or variable 'myGUI'.
MATLAB:UndefinedFunction
./myGUI: Signal 127
My problem is that this error message does not give me much information about where to start looking. Any idea where the problem may come from ?
Thanks a lot
Jean
ps: I'm working on a Mac running Mac OS 10.8.2 with R2012b.
採用された回答
その他の回答 (3 件)
Walter Roberson
2012 年 11 月 21 日
0 投票
Is it a script or a function? I don't know if scripts can be compiled yet (possibly they added that capability recently.)
Jean Bilheux
2012 年 11 月 21 日
0 投票
1 件のコメント
Walter Roberson
2012 年 11 月 21 日
I do not know if it is necessary, but did you try adding the .fig file as an additional resource? Also, is the executable name exactly the same name as the GUI ?
カテゴリ
ヘルプ センター および File Exchange で Call Python from MATLAB についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!