I fail to compile
5 ビュー (過去 30 日間)
古いコメントを表示
I can't compilate my matlab program :
>> !mcc
Test checkout of feature 'Compiler' failed.
>> mbuild -setup
MBUILD configured to use 'Microsoft Windows SDK 7.1 (C)' for C language compilation.
To choose a different language, select one from the following:
mex -setup C++ -client MBUILD
mex -setup FORTRAN -client MBUILD
>> mex -setup
MEX configured to use 'Microsoft Windows SDK 7.1 (C)' for C language compilation.
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/help/matlab/matlab_external/upgrading-mex-files-to-use-64-bit-api.html.
To choose a different language, select one from the following:
mex -setup C++
mex -setup FORTRAN
>> license('checkout','Compiler')
ans =
1
My installed software :

What's wrong ? ...
0 件のコメント
採用された回答
Image Analyst
2015 年 6 月 4 日
Claire: Do you have some kind of group/shared/pooled set of licenses or a standalone individual license? It looks like when you tried to check out a license, it failed. So maybe someone else in your group was using it or didn't check the license back in to the pool.
4 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!