Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.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 manual >> Scilab > names

names

scilab 名前の構文

説明

変数および関数の名前は文字または以下の特殊文字のとれかから始まる必要があります: '%', '_', '#', '!', '$', '?'.

以下に続く文字は,文字,数字, '_', '#', '!', '$', '?' を含む任意の特殊文字とすることができます.

名前は任意の長さとすることができますが, 最初の24文字のみが認識されます. 大文字と小文字は区別されます.

//有効な名前
%eps
A1=123
#Color=8
My_Special_Color_Table=rand(10,3)
//無効な名前
//1A , b%, .C
<< mtlb_mode Scilab newfun >>

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:
Wed Jan 26 16:25:00 CET 2011