mcc command

17 views (last 30 days)
Khaing Thaw
Khaing Thaw on 14 Jun 2011
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.)

Answers (1)

Titus Edelhofer
Titus Edelhofer on 14 Jun 2011
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 Comments
Khaing Thaw
Khaing Thaw on 14 Jun 2011
Thanks you, Titus ...
Please tell me, how can i install Matlab compiler?
And i also want to use deploytool, so what is need to install.
regards,
thaw
Titus Edelhofer
Titus Edelhofer on 14 Jun 2011
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

Sign in to comment.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!