Scilab 5.5.2
- Scilab Help
- Advanced 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
returns character string associated with Scilab integer codes. This function is obsolete.
Calling Sequence
str = code2str(c)
Arguments
- str
a character string.
- c
a vector of character integer codes.
Description
str = code2str(c)
returns character string
associated with Scilab integer codes. str
is such that c(i)
is the Scilab integer
code of part(str,i)
.
Examples
code2str([-28 12 18 21 10 11]) str2code('Scilab')'
See Also
History
Version | Description |
5.4.0 | This function will be removed in Scilab 6.0.0 |
Report an issue | ||
<< bytecodewalk | Advanced functions | comp >> |