Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.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ヘルプ >> Strings > emptystr

emptystr

長さ0の文字列

呼び出し手順

s = emptystr()

s = emptystr(a)

s = emptystr(m, n)

引数

a

大きさ m x nの行列

s

文字列の行列

m,n

整数

説明

長さ0の文字列の行列を返します.

入力引数を指定しない場合,長さ0の文字列を返します.

入力引数に行列を指定した場合,同じ大きさの長さ0の文字列行列を返します.

2個の整数を引数に指定した場合, m x n の長さ0の文字列行列を返します.

x=emptystr();
for k=1:10
    x = x + ',' + string(k)
    emptystr(1,k) + string(k)
end

参照

  • part — 文字列の展開
  • length — オブジェクトの長さ
  • string — 文字列に変換
Report an issue
<< convstr Strings eval >>

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:
Tue Feb 14 15:10:32 CET 2017