MATLAB Octave Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:


"false" is represented as '0'.
"false" is represented as '0'.
=Data Types=
Numeric:
String:
a = 'some string'
=Variables=


Variables: local and global.
Variables: local and global.

Revision as of 17:37, 20 December 2017

Internal

Boolean Representation

"true" is represented as '1'.

"false" is represented as '0'.

Data Types

Numeric:

String:

a = 'some string'

Variables

Variables: local and global.


Assignment


Functions

Executing code.

Execut