UNIT-3: BASICS OF MATLAB Flashcards

1
Q

Command

A

Single line of code that performs a specific action

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

Expression

A

a combination of numbers, variables, operators, functions and constants

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

Variables

A

Placeholders/names that can carry a multitude of data and information
- Used to store/manipulate of data and information

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

Arrays

A

Collections of elements with the same data (type)

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

Basic Syntax ( ; , %, clc)

A

; - Surprises the output of a line, when added to the end of a line

% - When placed in front of a sentence (or line) it turns it into a comment/‘note’

clc - when run in command window, it clears the command window

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