Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.2 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> Scilab > Scilab keywords > quote

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""'

参照

Report an issue
<< plus (+) Scilab keywords semicolon (;) >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Feb 14 15:01:59 CET 2019