I am running MATLAB 2020b on a MacBook Pro running the latest Mac OS ,
Do I need any C, C++, Fortran compilers and any X11 support ?

댓글 수: 1

Sam Sampanthan
Sam Sampanthan 2020년 10월 11일
Walter, thank you very much for answering my question.

댓글을 달려면 로그인하십시오.

 채택된 답변

Walter Roberson
Walter Roberson 2020년 10월 11일

0 개 추천

You do not need X11 support at all, not since quite a number of releases ago.
Compilers are not required to run basic MATLAB or Simulink, or the basic functions of most of the toolboxes.
Fortran is not generated by anything in MATLAB, so you only need a Fortran compiler if you intend to link to Fortran code or you intend to write mex routines in Fortran.
C or C++ compilers may be required if you intend to link mex routines, or if you intend to use MATLAB Compiler, MATLAB Compiler SDK, MATLAB Coder, Simulink Coder, or if you intend to generate code for a target such as a DSP. Compilers for some third party devices are loaded when you load appropriate support packages -- for example the Raspberry Pi loads in a compiler that is seperate from clang .

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

제품

릴리스

R2020b

태그

질문:

2020년 10월 11일

댓글:

2020년 10월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by