Pages

Saturday, July 30, 2016

Convert a string to ASCII value and back to string


k= 'hello'
s=double(k)
char(s)