When you define variables in the command window they are all
When you define variables in the command window, they are all listed in the workspace window The command clear deletes all variables in the in the workspace. MATLAB script files have a file extension of .doc If A= [1; 2; 3; 4; 5; 6;]: then A\' is a column vector. Variables cs101 and CS101 are different variables because variable names in MATLAB are case sensitive.
Solution
1.True
2.True , the clear command in matlab deletes all the variables in the workspace
3.False (the extension of the scripts is .m)
4.True
5.True (in matlab variables are case sensitive so A and a are different and
name and Name are different and cs50 and CS50 are differeent)
