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

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'
'He said:''Good'''
Report an issue
<< power 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:
Fri Apr 11 14:18:51 CEST 2014