From: Aimin Yan on 20 May 2007 15:10 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 20 May 2007 18:56 "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 21 May 2007 00:22 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 > > >
|
Pages: 1 Prev: Matlab 7 Mac OS X intel timeout waiting for window to show up Next: non-sorting SVD |