フィルターのクリア

error while using embedded function block

2 ビュー (過去 30 日間)
Max
Max 2012 年 12 月 10 日
i am using embedded system block for a simulink model.. When i am running the file it is showing the following error
"Unable to locate 'mexopts.bat', and therefore cannot determine which compiler to use for simulation builds. Use 'mex -setup' to select a supported compiler."
I checked the command " mex -setup". but there i am not getting the choice of compilers .Following messages are coming
" mex -setup Please choose your compiler for building external interface (MEX) files:
Would you like mex to locate installed compilers [y]/n? y
Select a compiler:
[0] None "
0
mex: No compiler selected. No action taken.
************************************************************************ Warning: The MATLAB C and Fortran API has changed to support MATLAB variables with more than 2^32-1 elements. In the near future you will be required to update your code to utilize the new API. You can find more information about this at: http://www.mathworks.com/support/solutions/en/data/1-5C27B9/?solution=1-5C27B9 Building with the -largeArrayDims option enables the new API. ************************************************************************
What shall i do to make my matlab work on the embedded matlab functions..
I am struck here .. please tell me what to do .. Thanks
  3 件のコメント
Rick Rosson
Rick Rosson 2012 年 12 月 11 日
Lcc is only available for 32 bit operating system. If you are using win64, your best bet is to install Visual C++ Express.
Max
Max 2012 年 12 月 13 日
i installed VISUAL C++ express ... its showing same problem

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeWrite C Functions Callable from MATLAB (MEX Files) についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by