コンパイラの変更方法を教えてください
17 views (last 30 days)
Show older comments
matlab2023aでコンパイラをMicrosoft Visual C++ 2019(C)からMicrosoft Visual C++ 2022(C)に変えたいのですが対処方法がわかりません。以下のコードを試しましたが、設定はされたもののビルドすると2019が使われてしまいます。
mex -setup
3 Comments
Kojiro Saito
on 15 Aug 2023
ビルドには3種類あって、mexコマンドによるC/C++コードのビルド、codegenによるmファイルのC/C++へのビルド、そしてmbuildによるC/C++を共有ライブラリのビルドがあります。今回ビルドはmexを使用されていますか?
Answers (0)
See Also
Categories
Find more on MATLAB の C++ ライブラリ in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!