Sunday, May 24, 2009

Files in MATLAB

Types of File in MATLAB:

1.M-files: these are for all the built in function and user defined function in MATLAB.

2.Mat-files: These are binary data files created when we save data with SAVE command.

3.Fig-files: Binary figure files.

4.P-files: If we develop an application that other people can use but we do not want to give them the

source code (m file) then we give them the corresponding p file.

5.Mex file:these are MATLAB callable Fortran and c programs

No comments:

Post a Comment