How can I use Microsoft Visual C++ 2010 to create MEX files with MATLAB 7.10 (R2010a)?
32 ビュー (過去 30 日間)
表示 古いコメント
I would like to use Visual C++ 2010 to create MEX files for use in MATLAB.
採用された回答
MathWorks Support Team
2022 年 2 月 7 日
編集済み: MathWorks Support Team
2022 年 2 月 7 日
The Microsoft Visual C++ 2010 compiler is not supported on the released version of MATLAB 7.10 (R2010a), but support can be added by installing a patch. To install the patch:
1. Download the patch attached to this Solution. The patch includes files needed to support these combinations of MATLAB and Visual C++ 2010:
• Visual C++ 2010 Professional and 64-bit MATLAB 7.10 (R2010a)
• Visual C++ 2010 Professional and 32-bit MATLAB 7.10 (R2010a)
• Visual C++ 2010 Express (Windows SDK 7.1 also required) and 64-bit MATLAB 7.10 (R2010a)
• Visual C++ 2010 Express and 32-bit MATLAB 7.10 (R2010a)
2. Launch MATLAB 7.10 (R2010a). If running on Windows Vista or Windows 7 run as administrator by right-clicking on the MATLAB shortcut and choosing "Run As Administrator". This permits modification of files in the MATLAB installation path.
3. Confirm that you are running MATLAB 7.10 (R2010a). You can check this using the About box available at Help->About MATLAB.
4. Unzip the contents of the patch into your MATLAB installation using the following command on the MATLAB command window:
unzip( path_to_zip_file, matlabroot);
This command will automatically unzipped the files in the correct folder and you do not have to worry about placing them in correct folder.
5. Set up MEX to use Visual C++ 2010 with the command:
mex –setup
Visual C++ 2010 should now be among the listed options.
Note that this patch will only work with MATLAB 7.10 (R2010a). Using this patch with any version of MATLAB is not supported.
Other MathWorks products such as Real-Time Workshop do not support Visual C++ 2010.
Refer to https://www.mathworks.com/content/dam/mathworks/mathworks-dot-com/support/sysreq/files/SystemRequirements-Release2010a_SupportedCompilers.pdf for up-to-date information concerning supported compilers.
9 件のコメント
その他の回答 (4 件)
Joao
2015 年 1 月 9 日
I carefully followed the steps, however, after invoking mex -setup, MATLAB cannot find Visual C++ as an installed compiler. Only the option '[0] None' is available. What have I done wrong?
1 件のコメント
Madhura Suresh
2015 年 3 月 13 日
Hi Joao, Can you contact Mathworks Tech support support@mathworks.com with more information? Thanks!
xuelin chen
2016 年 4 月 16 日
編集済み: Walter Roberson
2016 年 4 月 22 日
Is the zip file mentioned down the answer the patch? Then, how to do with the patch?
1 件のコメント
Namita Vishnubhotla
2016 年 4 月 22 日
Yes, the zip file is the patch. Please follow the steps mentioned in the answer, and replace "path_to_zip_file" with the actual path to the zip file.
Astha Ameta
2016 年 11 月 5 日
Hello After replacing path_to_zip_file with the location of zip file, I get following error:
??? Error using ==> mkdir Access is denied.
Error in ==> extractArchive>extractArchiveEntry at 77 mkdir(parentDir)
Error in ==> extractArchive at 52 files = extractArchiveEntry( ...
Error in ==> unzip at 98 files = extractArchive(outputDir, api, mfilename);
How to proceed, please suggest.
0 件のコメント
Mario Daniele Fiore
2019 年 4 月 15 日
Hello,
I can't see the attachment. Where is the zip file?
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!