フィルターのクリア

Report Generator does not compile

2 ビュー (過去 30 日間)
James Harynuk
James Harynuk 2015 年 5 月 4 日
回答済み: James Harynuk 2015 年 5 月 7 日
I'm developing a standalone GUI application which uses report generator tool.
The problem is the 'report' function fails on 32bit Matlab. After compile, I get error message 'Undefined function report'. 64bit works fine. (I have both 32bit and 64bit Matlab and Report Generator)
Any help would be appreciated. Thanks.

採用された回答

James Harynuk
James Harynuk 2015 年 5 月 7 日
This is a known bug for 2014a.

その他の回答 (1 件)

Cindy Solomon
Cindy Solomon 2015 年 5 月 6 日
Hi James,
Can you try executing the command:
>> which -all report
in your 32-bit version of MATLAB? It's possible that it somehow did not get installed correctly on the 32-bit version, as according to this page Report Generator should still work on 32-bit systems.
If this function does show up properly/display the correct path to that built-in function, could you please clarify if the issue is in running the function at all or just when trying to compile it?
Hope this helps!

カテゴリ

Help Center および File ExchangeMATLAB Report Generator についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by