Is matlab Interpreter or compiler?
    21 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Siva Prasad
      
 am 25 Nov. 2015
  
    
    
    
    
    Kommentiert: Walter Roberson
      
      
 am 24 Mai 2018
            Is matlab Interpreter or compiler?
0 Kommentare
Akzeptierte Antwort
  Walter Roberson
      
      
 am 25 Nov. 2015
        MATLAB is an interpreter. As part of its internal optimizations, sometimes it compiles portions of the code using its own internal facilities (not using an external compiler).
MATLAB and Simulink can generate code that can be compiled by external compilers, in restricted circumstances that mostly involve using additional (expensive) Mathworks products, but this does not hold for most of the operations.
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


