How to replace on the decimal number only in alphannumeric array?

Hallo, Thanks for reading:
How to replace on the floating number only?
A =
" (:PAR :N X :V 0.0)"
" (:PAR :N Y :V 0.0)"
" (:PAR :N DX :V 2.0)"
" (:PAR :N DY :V 2.0)"

 채택된 답변

Kazi Alam
Kazi Alam 2021년 7월 15일

0 개 추천

Found it
out=regexp(A,'\d?\.?\d+','match')
strrep(A(1),out{1},'2.2')

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Characters and Strings에 대해 자세히 알아보기

제품

질문:

2021년 7월 15일

편집:

2021년 7월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by