メインコンテンツ

特殊文字

特殊な記号と文字

MATLAB® 言語には、さまざまなタスクの実行に使用できる複数の特殊文字および記号が含まれています。包括的な概要については、MATLAB の演算子と特殊文字を参照してください。

MATLAB 言語構文

@Create anonymous functions and function handles, call superclass methods
.Decimal point, element-wise operations, indexing
...Line continuation
=Variable creation and indexed assignment
,Command separator
:ベクトルの作成、配列の添字、および for ループの反復
;Command and array separator
!Operating system command
?matlab.metadata.Class オブジェクトを取得する
%Code comments, conversion specifier
%{ %}Block comments
( )Command grouping, indexing
{ }Cell array creation, indexing
[ ]Array creation and concatenation, element deletion, argument assignment

トピック