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.
str2code
文字列に関するScilab整数コードを返す. この関数は廃止されました.
呼び出し手順
c = str2code(str)
引数
- str
文字列.
- c
整数コード文字の列ベクトル.
説明
c = str2code(str)
は列ベクトル
c
を返します.
ただし,c(i)
は,
part(str,i)
のScilab整数コードです.
例
str2code('Scilab')' code2str([-28 12 18 21 10 11])
履歴
バージョン | 記述 |
5.4.0 | この関数は Scilab 6.0.0で削除されます. |
Report an issue | ||
<< sciargs | Functions | tree2code >> |