replacing a number in a string

Hi i have a string s='21-x1 4000. 4000. 0.'and i would like to replace the first 4000 without replacing the second 4000, i did use
strrep(s,'4000','1512.45')
but the outcome was ns = '21-x1 1512.45 1512.45 0.'
thanks,

 采纳的回答

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Characters and Strings 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by