Extracting numbers from Text document
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
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 comentarios
TAB
el 30 de Abr. de 2012
How data is formated in your text document.
Is it contains only a5229si ?
Sivakumaran Chandrasekaran
el 30 de Abr. de 2012
Respuestas (1)
Andrei Bobrov
el 30 de Abr. de 2012
regexprep(str,str,'5')
1 comentario
Sivakumaran Chandrasekaran
el 30 de Abr. de 2012
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!