260 likes | 271 Views
Communication Theory Lab 1. Prepared by: Eng. Nada Ayman. Command Window. clc. Clears command window. Clear all. Clears workspace. Help. Type the functionality you are searching for. Variables:. Complex Numbers:. Trignometric Functions:. NB: X should be in radians.
E N D
Communication Theory Lab 1 Prepared by: Eng. Nada Ayman
clc Clears command window
Clear all Clears workspace
Trignometric Functions: NB: X should be in radians
Conditionals: If Statements:
Notes: • Matlab is case sensetive which means that X is not equivalent to x. • Typing a ; at the end of every command means not to display the values in the command window after executing the command. • Typing a % before a command means it is a comment and the program will not execute it.