Built-in Functions Flashcards
0
Q
help [insert word here]
A
Explains word.
Ex. Help, format, elfun, etc.
1
Q
Demo
A
Shows MATLAB examples in help window
2
Q
doc
A
Shows documentation page in help window
3
Q
Quit
Exit
A
Close MATLAB
4
Q
namelengthmax
A
63
5
Q
who
A
Shows variables in command window
6
Q
whos
A
Shows variables and information in command window
7
Q
clear
A
Deletes variables
8
Q
intmin (‘int8’)
intmax (‘int8’)
A
-128
127
9
Q
intmin (‘int16’)
intmax (‘int16’)
A
Help!
10
Q
intmin (‘int32’)
intmax (‘int32’)
A
Help!
11
Q
format short
A
Answer in four decimal places
12
Q
format long
A
Answer in 15 decimal places
13
Q
Format loose
A
Double spaced
14
Q
Format compact
A
Single spaced