MATLAB Octave Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 13: Line 13:
Numeric:
Numeric:


String:
==String==


  a = 'some string'
  a = 'some string'

Revision as of 08:25, 28 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.

Other subjects: