WRL notes Flashcards

0
Q

What does control C do?

A

Stops the program from running.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

What function does the % do?

A

Bypass a function or command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Are commands written in uppercase or lowercase?

A

Lowercase

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the up and down arrows do?

A

Retrieves the last command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does purple and green colors mean MATLAB?

A

Purple means the command is active.

Green means the command is bypassed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly