Hauptinhalt

Sonderzeichen

Spezielle Symbole und Sonderzeichen

Die MATLAB®-Sprache enthält mehrere Sonderzeichen und spezielle Symbole, mit denen Sie verschiedene Aufgaben ausführen können. Siehe Operatoren und Sonderzeichen in MATLAB für eine ausführliche Zusammenfassung.

MATLAB-Sprachsyntax

@Create anonymous functions and function handles, call superclass methods
.Decimal point, element-wise operations, indexing
...Line continuation
=Variable creation and indexed assignment
,Command separator
:Vector creation, array subscripting, and for-loop iteration
;Command and array separator
!Operating system command
?Obtain matlab.metadata.Class object
%Code comments, conversion specifier
%{ %}Block comments
( )Command grouping, indexing
{ }Cell array creation, indexing
[ ]Array creation and concatenation, element deletion, argument assignment

Themen