各位大侠:我的Matlab命令窗口有如下的语句:
 mbuild -setup
Please choose your compiler for building standalone MATLAB applications: 
 
Would you like mbuild to locate installed compilers [y]/n? 
 
Select a compiler: 
[1] Lcc C version 2.4 in C:\MATLAB6P5\sys\lcc 
[2] Microsoft Visual C/C++ version 6.0 in D: 
 
[0] None 
 
Compiler: 2
 
Please verify your choices: 
 
Compiler: Microsoft Visual C/C++ 6.0 
Location: D: 
 
Are these correct?([y]/n): 
 
The default options file: 
"C:\Documents and Settings\Administrator\Application Data\MathWorks\MATLAB\R13\compopts.bat" 
is being updated from C:\MATLAB6P5\BIN\WIN32\mbuildopts\msvc60compp.bat... 
 
 
--> "C:\MATLAB6p5\bin\win32\mwregsvr C:\MATLAB6p5\bin\win32\mwcomutil.dll" 
 
DllRegisterServer in C:\MATLAB6p5\bin\win32\mwcomutil.dll succeeded 
 
--> "C:\MATLAB6p5\bin\win32\mwregsvr C:\MATLAB6p5\bin\win32\mwcommgr.dll" 
 
DllRegisterServer in C:\MATLAB6p5\bin\win32\mwcommgr.dll succeeded 
 
Installing the MATLAB Visual Studio add-in ... 
 
  Updated D:\common\msdev98\template\MATLABWizard.awx 
    from C:\MATLAB6P5\BIN\WIN32\MATLABWizard.awx 
  Updated D:\common\msdev98\template\MATLABWizard.hlp 
    from C:\MATLAB6P5\BIN\WIN32\MATLABWizard.hlp 
  Updated D:\common\msdev98\addins\MATLABAddin.dll 
    from C:\MATLAB6P5\BIN\WIN32\MATLABAddin.dll 
  Merged C:\MATLAB6P5\BIN\WIN32\usertype.dat 
    with D:\common\msdev98\bin\usertype.dat 
 
>> cd(prefdir)
>> mccsavepath可是当我在Vc中运行的时候,显示的还是在Matlab中的阵列创建不正确!请问问题出在了什么地方?请指教,谢谢!