MATLAB Octave Concepts

From NovaOrdis Knowledge Base
Revision as of 17:31, 20 December 2017 by Ovidiu (talk | contribs) (→‎Concepts)
Jump to navigation Jump to search

Internal

Boolean Representation

"true" is represented as '1'.

"false" is represented as '0'.

Variables: local and global.


Assignment


Functions

Executing code.

Execut