Matlab Enviroment Flashcards

1
Q

Matlab vs. c++

A

Matlab=special purpose

C++=general purpose

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

Matlab disadvantages

A

Slower execution times

More costly

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

What is the command window?

A

To enter commands and execute immediately

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

What is the edit window?

A

To create modify and debug .mfiles

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

What is the purpose of figurewindow.

A

To display graphics

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

What command clears tge workspace?

A

Clear

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

What command checks variables in workspace?

A

Whos

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

What command clears the entire command window.

A

Clc

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

List 3 commands to seek help.

A

Help
lookfor
doc

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

Matlab Advantages

A

Ease of use
Platform independent
Graphical user interface
Matlab complier

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

What is docking?

A

To put matlab window in the matlab desktop.

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

What is undocking?

A

Make the window independent of the matlab desktop.

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

What is computing?

A

To communicate with the computer and tell it what to do.

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

What is computational thinking?

A

A set of problem solving skills to simplify the task.

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

What is the top down approach?

A

Start with a large task and break it down into smaller tasks.

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

What are the first 3 steps if the too down approach?

A

Clearly state the problem
Define required inputs and outputs.
Solve analytically.

17
Q

What is an array?

A

Data values organized into rows and columns

18
Q

What is a vector?

A

An array with only one dimension.

19
Q

What is a matrix?

A

An array with 2 or more dimensions

20
Q

List 3 ways to display output data.

A

Omit with semi colon
Fprintf
Display