Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Extracting numbers from Text document

1 vue (au cours des 30 derniers jours)
Sivakumaran Chandrasekaran
Clôturé : MATLAB Answer Bot le 20 Août 2021
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 commentaires
TAB
TAB le 30 Avr 2012
How data is formated in your text document.
Is it contains only a5229si ?
Sivakumaran Chandrasekaran
Yes.

Réponses (1)

Andrei Bobrov
Andrei Bobrov le 30 Avr 2012
regexprep(str,str,'5')
  1 commentaire
Sivakumaran Chandrasekaran
I get different answer even if i use the same command which you gave. instead of '5' i mentioned 'z'...

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by