MATLAB Octave Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Internal=
=Internal=


=Concepts=
* [[MATLAB Octave#Subjects|MATLAB/Octave]]
 
=Boolean Representation=
 
"true" is represented as '1'.
 
"false" is represented as '0'.
 
=Data Types=
 
Numeric:
 
==String==
 
a = 'some string'
 
=Variables=


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


Other subjects:
* [[MATLAB_Octave_CLI#Variable_Assignment|Variable assignment]]
* [[MATLAB_Octave_CLI#Printing|Displaying variables]]


Assignment
==Variable Types==
 


Functions
===Scalar===


Executing code.
===Vector===


Execut
===Matrix===

Latest revision as of 08:26, 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:

Variable Types

Scalar

Vector

Matrix