1.

What are MEX files in MATLAB?(a) No such thing as MEX files(b) Helps to analyse commands in MATLAB(c) Allows the user to combine C source files with Matlab files(d) Same as MAT filesI have been asked this question by my college director while I was bunking the class.Question is taken from The MATLAB Interface topic in portion Interacting with MATLAB of MATLAB

Answer»

The correct CHOICE is (c) Allows the user to COMBINE C SOURCE files with MATLAB files

The explanation: MEX files are one of the kinds of file MODES available in MATLAB. They are saved with a .mex extension. These files help in the association of C source files into the programs written in MATLAB.



Discussion

No Comment Found

Related InterviewSolutions