Borrar filtros
Borrar filtros

string extraction from txt file

2 visualizaciones (últimos 30 días)
Pas182
Pas182 el 20 de Mayo de 2022
Comentada: Pas182 el 20 de Mayo de 2022
Hi Matlab community!
I have a txt file which cointains n #rows and i want to extract the strings for each row with a for Cycle.
Importing the txt i have a textdata string like:
so i'd like to extract, starting from row #2, the contents in column 2 for each row (in this case there's just 1 row i'm interested to).
Which is the best way to do it?
Many Many thanks to everyone!!

Respuestas (1)

Prabakar kg
Prabakar kg el 20 de Mayo de 2022
Please check readtable. This can help you read the data from txt and spreadsheet files as MATLAB table. Hope this helps!
  1 comentario
Pas182
Pas182 el 20 de Mayo de 2022
it helps but i need to develop a "for" cycle in order to get the value in column 2 for each row. That is the hard part :(

Iniciar sesión para comentar.

Categorías

Más información sobre Characters and Strings 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