+2 votes
in Matlab by
Explain the MATLAB commands?

1 Answer

0 votes
by
This is the basic MATLAB Interview Questions which is asked in an interview. Below is the MATLAB commands are as follows:

Session Management Commands

help Searches for a help topic.

whos Lists current variables (long display).

who Lists current variables.

quit Stops MATLAB.

global Declares variables to be global.

clear Removes variables from memory.

clc Clears command window.

look for Searches help entries for a keyword.

exist Checks for existence of file or variable.

A command for the Systems

Related questions

+1 vote
asked Aug 1, 2020 in Matlab by Robindeniel
0 votes
asked Jul 31, 2020 in Matlab by sharadyadav1986
...