Scilab 5.5.2
- Scilabヘルプ
- Functions
- Built-in & external
- Libraries
- profiling
- argn
- bytecode
- bytecodewalk
- code2str
- comp
- deff
- edit
- exec
- execstr
- fun2string
- funcprot
- function
- functions
- getd
- head_comments
- listfunctions
- macr2lst
- macr2tree
- macro
- macrovar
- mode
- overloading
- recompilefunction
- sciargs
- str2code
- tree2code
- varargin
- varargout
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
code2str
Scilab整数コードに関連した文字列を返す. この関数は廃止されました.
呼び出し手順
str = code2str(c)
引数
- str
文字列.
- c
整数コードの文字ベクトル.
説明
str = code2str(c)
は
Scilab整数コードに関連する文字列を返します.
str
は,
c(i)
がpart(str,i)
の
Scilab整数コードとなるような文字列です.
例
code2str([-28 12 18 21 10 11]) str2code('Scilab')'
履歴
バージョン | 記述 |
5.4.0 | この関数はScilab 6.0.0で削除されます |
Report an issue | ||
<< bytecodewalk | Functions | comp >> |