using visual C++ compiler in matlab
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
hello
i installed two compilers in Matlab : LCC and Visual C++ 2008
i want to load a C++ header file in matlab but when i want to do this matlab uses LCC instead of
Visual C++ and gives me some warnings .
How can i say to Matlab that use visual c++ compiler instead of LCC??
0 Kommentare
Antworten (1)
Azzi Abdelmalek
am 10 Aug. 2012
mex -setup
mbuild -setup
3 Kommentare
Walter Roberson
am 10 Aug. 2012
The .h file that you supply must be a C header file, not a C++ header file.
Siehe auch
Kategorien
Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!