Suppress the display using semicolon

Usually the result of a command is displayed after Enter is hit. If the command is followed by a semicolon at the end, the answer will not be displayed.
>> h = 1.25;
>>
By suppressing unwanted displays, the command window can be kept cleaner and more efficient.



oz 2009-12-22