FInd value after matching String

5 visualizaciones (últimos 30 días)
pavan nittala
pavan nittala el 9 de Jul. de 2019
Comentada: pavan nittala el 9 de Jul. de 2019
Hi ,
I have a text file and i need to do the following Steps
1 Match if the line contains string value:
2. Extract the integer after value :
3. In the given text file , i am expecting values [10, 20, 30, 40, 50, 60]

Respuesta aceptada

Guillaume
Guillaume el 9 de Jul. de 2019
str2double(regexp(yourtext, '(?<=value: )\d+', 'match'))
  1 comentario
pavan nittala
pavan nittala el 9 de Jul. de 2019
Wow , you are a genius , Thanks !!
I am experienced in C/C++ but new to matlab , many thanks once again

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Data Type Identification en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by