MATLAB basics Flashcards

1
Q

What is MATLAB?

A

Matrix laboratory for mathematical computing.

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

Where are variables stored?

A

Workspace

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

What data types does MATLAB support?

A

Doubles, chars, strings.

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

How do you suppress output?

A

Semicolon (;).

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

What is one-indexing?

A

Arrays start at index 1.

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