Next: , Previous: , Up: Top   [Contents][Index]


Operator Index

Jump to:   !   "   #   %   &   '   (   )   *   +   ,   -   .   /   :   ;   <   =   >   @   [   \   ]   ^   {   |   }   ~
Index Entry  Section

!
!: Element-by-element Boolean Operators
!: Element-by-element Boolean Operators
!: Operator Overloading
!=: Comparison Ops
!=: Comparison Ops
!=: Operator Overloading

"
": String Objects
": Strings

#
# comment marker: Single Line Comments
#! self-contained script: Executable Octave Programs
#{ block comment marker: Block Comments

%
% comment marker: Single Line Comments
%{ block comment marker: Block Comments

&
&: Element-by-element Boolean Operators
&: Element-by-element Boolean Operators
&: Operator Overloading
&&: Short-circuit Boolean Operators

'
': String Objects
': Strings
': Arithmetic Ops
': Arithmetic Ops
': Operator Overloading

(
(: Index Expressions

)
): Index Expressions

*
*: Arithmetic Ops
*: Arithmetic Ops
*: Operator Overloading
**: Arithmetic Ops
**: Arithmetic Ops
*=: Assignment Ops

+
+: Arithmetic Ops
+: Arithmetic Ops
+: Arithmetic Ops
+: Arithmetic Ops
+: Operator Overloading
++: Increment Ops
++: Increment Ops
+=: Assignment Ops

,
,: Matrices

-
-: Arithmetic Ops
-: Arithmetic Ops
-: Arithmetic Ops
-: Arithmetic Ops
-: Operator Overloading
--: Increment Ops
--: Increment Ops
-=: Assignment Ops

.
. structure field access: Basic Usage and Examples
.': Arithmetic Ops
.': Arithmetic Ops
.': Operator Overloading
.*: Arithmetic Ops
.*: Arithmetic Ops
.*: Operator Overloading
.**: Arithmetic Ops
.**: Arithmetic Ops
.+: Arithmetic Ops
... continuation marker: Continuation Lines
./: Arithmetic Ops
./: Arithmetic Ops
./: Operator Overloading
.\: Arithmetic Ops
.\: Arithmetic Ops
.\: Operator Overloading
.^: Arithmetic Ops
.^: Arithmetic Ops
.^: Operator Overloading

/
/: Arithmetic Ops
/: Arithmetic Ops
/: Operator Overloading
/=: Assignment Ops

:
:: Index Expressions
:: Operator Overloading
:, indexing expressions: Index Expressions
:, range expressions: Ranges

;
;: Matrices

<
<: Comparison Ops
<: Comparison Ops
<: Operator Overloading
<: Operator Overloading
<=: Comparison Ops
<=: Comparison Ops
<=: Operator Overloading

=
=: Assignment Ops
==: Comparison Ops
==: Comparison Ops
==: Operator Overloading

>
>: Comparison Ops
>: Comparison Ops
>: Operator Overloading
>=: Comparison Ops
>=: Comparison Ops
>=: Operator Overloading

@
@ class methods: Creating a Class
@ function handle: Access via Handle

[
[: Matrices

\
\: Arithmetic Ops
\: Arithmetic Ops
\: Operator Overloading
\ continuation marker: Continuation Lines

]
]: Matrices

^
^: Arithmetic Ops
^: Arithmetic Ops
^: Operator Overloading

{
{: Basic Usage of Cell Arrays

|
|: Element-by-element Boolean Operators
|: Element-by-element Boolean Operators
|: Operator Overloading
||: Short-circuit Boolean Operators

}
}: Basic Usage of Cell Arrays

~
~: Element-by-element Boolean Operators
~: Element-by-element Boolean Operators
~=: Comparison Ops
~=: Comparison Ops
~=: Operator Overloading

Jump to:   !   "   #   %   &   '   (   )   *   +   ,   -   .   /   :   ;   <   =   >   @   [   \   ]   ^   {   |   }   ~

Next: , Previous: , Up: Top   [Contents][Index]