3 lines
79 B
Text
3 lines
79 B
Text
nstring = "123";
|
|
nstring = sprintf("%d", str2num(nstring) + 1);
|
|
disp(nstring);
|