UNIT-3: BASICS OF MATLAB Flashcards
1
Q
Command
A
Single line of code that performs a specific action
2
Q
Expression
A
a combination of numbers, variables, operators, functions and constants
3
Q
Variables
A
Placeholders/names that can carry a multitude of data and information
- Used to store/manipulate of data and information
4
Q
Arrays
A
Collections of elements with the same data (type)
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
6
Q
A