What is the kind of program file that MatLab permits to write?

devquora
devquora

Posted On: Feb 22, 2018

 

Matlab permits two kinds of program files
  • Scripts: It is a file that has .m expansion. In these types of files, it composes the series of the commands that you need to execute together. It doesn’t acknowledge inputs and doesn’t restore any outputs.
  • Functions: They are just like files with .m extension. The functions can acknowledge sources of info and return proper outputs.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Matlab Interview Questions

    List important functions that are used for reading text files from a specific format in Matlab?

    Following are the functions that can be used for reading the text file:DLMREAD: It enables you to read documents with..

    Matlab Interview Questions

    Tell me something about MEX files?

    MEX files are essentially native C++ or C files that are progressively connected straightforwardly into the MATLAB appl..

    Matlab Interview Questions

    Explain The Matlab Language?

    This is the high-level array language that consists of the control flow statements, input/output, data structures, func..