Extracting numbers from Text document

Hi, I have a text document which has the values a5229si. I should get the output as 5. Can anyone reply me the code.
Regards.,
Siva

2 Kommentare

TAB
TAB am 30 Apr. 2012
How data is formated in your text document.
Is it contains only a5229si ?
Yes.

Antworten (1)

Andrei Bobrov
Andrei Bobrov am 30 Apr. 2012

0 Stimmen

regexprep(str,str,'5')

1 Kommentar

I get different answer even if i use the same command which you gave. instead of '5' i mentioned 'z'...

Diese Frage ist geschlossen.

Tags

Geschlossen:

am 20 Aug. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by