Effacer les filtres
Effacer les filtres

how to enable mex -setup for newer compiler (Visual Studio 2022) on older MATLAB (R2018a) ?

16 vues (au cours des 30 derniers jours)
I want to use a newer compiler with an older MATLAB.
Is there a mechanism by which we could configure R2018a's mex -setup to allow use of e.g. Visual Studio 2022 C/C++ ?
I understand that such a configuration might not be supported, and we'd be "on our own".

Réponses (1)

Bruno Luong
Bruno Luong le 27 Juil 2023
Modifié(e) : Bruno Luong le 27 Juil 2023
Go to bin\win64\mexopts under matlabroot folder
Select one of the xml file (most recent supported MSVS C/C++)
Copy it there, rename and and mofidy to the config of 2022 MSVC.
You can compare two xml files to see what need to be changed.
We are not allowed to give you such file on most recent version, since it is copyrighted.
Good luck.

Catégories

En savoir plus sur Write C Functions Callable from MATLAB (MEX Files) dans Help Center et File Exchange

Produits


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by