From: Aimin Yan on
I try to use mcc, but it give me this error.
why?
>> version

ans =

7.0.4.352 (R14) Service Pack 2

>> mcc
??? Undefined function or variable 'mcc'.
From: Steven Lord on

"Aimin Yan" <aiminy(a)iastate.edu> wrote in message
news:ef5781d.-1(a)webcrossing.raydaftYaTP...
>I try to use mcc, but it give me this error.
> why?
>>> version
>
> ans =
>
> 7.0.4.352 (R14) Service Pack 2
>
>>> mcc
> ??? Undefined function or variable 'mcc'.

Check the output of the VER function. The MCC function is part of MATLAB
Compiler. If VER does not list the Compiler, you will not be able to use
MCC.

--
Steve Lord
slord(a)mathworks.com


From: Aimin Yan on
Here is output of mcc.
If so, How can I install MATLAB Compiler.

Aimin

>> ver
----------------------------------------------------------------------
---------------
MATLAB Version 7.0.4.352 (R14) Service Pack 2
MATLAB License Number: 245982
Operating System: Linux 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:29:47 EST
2005 x86_64
Java VM Version: Java 1.4.2 with Blackdown Java-Linux Team Java
HotSpot(TM) 64-Bit Server VM
----------------------------------------------------------------------
---------------
MATLAB Version 7.0.4
(R14SP2)

Steven Lord wrote:
>
>
>
> "Aimin Yan" <aiminy(a)iastate.edu> wrote in message
> news:ef5781d.-1(a)webcrossing.raydaftYaTP...
>>I try to use mcc, but it give me this error.
>> why?
>>>> version
>>
>> ans =
>>
>> 7.0.4.352 (R14) Service Pack 2
>>
>>>> mcc
>> ??? Undefined function or variable 'mcc'.
>
> Check the output of the VER function. The MCC function is part of
> MATLAB
> Compiler. If VER does not list the Compiler, you will not be able
> to use
> MCC.
>
> --
> Steve Lord
> slord(a)mathworks.com
>
>
>