do I need any compilers for MATLAB 2020b

2 Ansichten (letzte 30 Tage)
Sam Sampanthan
Sam Sampanthan am 11 Okt. 2020
Kommentiert: Sam Sampanthan am 11 Okt. 2020
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 Kommentar
Sam Sampanthan
Sam Sampanthan am 11 Okt. 2020
Walter, thank you very much for answering my question.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 11 Okt. 2020
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 .

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by