index
:
Scilab2C_fossee_old/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit_tests
/
test_string
/
scilabcode
/
asciitest2.sci
blob: ca7dcb7ed20c458aaffd661c80ab28a4ccc985b9 (
plain
)
1
2
3
4
5
function asciitest2() d=[97 98 99 100 101]; si=ascii(d); disp(si); endfunction