Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
quote
(') 転置演算子, 文字列デリミタ
説明
引用符 ('
)は,行列の(共役)転置に使用されます.
引用符 (.'
) は,行列の(非共役)転置に使用されます.
1重引用符 (') または2重引用符 (") は,文字列を定義する際に使用されます (2つの引用符の間にあるものは文字列として定義されます). 文字列の中の引用符は2つの引用符で定義できます.
例
[1+%i, 2]' [1+%i, 2].' x='This is a character string' x="This is another character string" 'He said:''Good''' 'He said:""Very Good""'
参照
- conj — 共役
Report an issue | ||
<< plus (+) | Scilab keywords | semicolon (;) >> |