Basics

9. Semicolon

The semicolon (;) can be used to end rows of vectors or matrices. It is used very often, however, to suppress the displaying of the variable in the command window. The semicolon can also be used to separate statements on the same line such as:
>> Num_of_Students=50; Num_of_Teachers=12;