1.

What is the name of a primary function?(a) Name of M-file(b) Name of Script File(c) Name of Help file(d) Name of Private-FileThis question was posed to me in a national level competition.This interesting question is from Functions in portion MATLAB Basics of MATLAB

Answer»

Right CHOICE is (a) Name of M-file

The BEST explanation: M-files are text files which can be created in any text editor and it contains the description of a PROGRAM written for a particular purpose.The program description is mainly a self-contained set of statements which comprises of lines of codes or different KINDS of functions. Thus the name of the primary function, where the program description is described, is the M-file.



Discussion

No Comment Found

Related InterviewSolutions