mcc command
3 ビュー (過去 30 日間)
古いコメントを表示
dear all, i want to build standalone app. so i used mcc command. but mcc command is not found in my Matlab R2011a, have u any help please, thanks you.
Undefined function or method 'mcc' (type 'char' type of argument.)
0 件のコメント
回答 (1 件)
Titus Edelhofer
2011 年 6 月 14 日
Hi,
if mcc is not found, then the compiler is not installed ... Use
ver
to find out, which products/toolboxes are installed. You will need the MATLAB Compiler to generate standalone applications.
Titus
2 件のコメント
Titus Edelhofer
2011 年 6 月 14 日
Hi Thaw,
you need to install the compiler only (it comes with the deploytool). But you will need to buy the license first (ask your account manager from MathWorks for a quote).
Titus
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!