WRL notes Flashcards
0
Q
What does control C do?
A
Stops the program from running.
1
Q
What function does the % do?
A
Bypass a function or command
2
Q
Are commands written in uppercase or lowercase?
A
Lowercase
3
Q
What does the up and down arrows do?
A
Retrieves the last command
4
Q
(AudioL) how many #s of parentheses must be used in a command?
A
An equal amount must be used to balance the command.
5
Q
How are subplots built?
A
Use the subplot command with the following numbers 2,1,2 2 number of plots 1 horizontal 2 vertical
6
Q
Define the three sections of the code?
A
Top= defines variables e.g. Audio files paths, amplitude etc.
Middle=control statements e.g. If then. Follows vertical bar.
End= clean up
7
Q
What does purple and green colors mean MATLAB?
A
Purple means the command is active.
Green means the command is bypassed.