The correct answer is (b) Type edit in MATLAB and press Enter
The best explanation: M-files are simple text files containing MATLAB programs. These can be used to run complex programs easily. In MATLAB, we can type edit to begin writing in Editor/Debugger mode. Typing debug or M-file won’t do any good.