![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/367573/image.png)
How to change the gcc version in matlab
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
hello i am using ubuntu os , i need gcc 4.8 for my project so i installed it
but my matlab is still recognizing gcc-7.5.0 itself
so how can i setup my matlab to use older version of gcc-4.8
0 Commenti
Risposte (1)
Sudhakar Shinde
il 28 Set 2020
If you would like to change installed compiler:
type on command window:
mex -setup
installed compiler options will be displayed on command window:
click on option and matlab will configure you to selected compiler.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/367573/image.png)
0 Commenti
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!