How to change the gcc version in matlab
조회 수: 9 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Sudhakar Shinde
2020년 9월 28일
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!