Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

extract data from a txt

1 visualización (últimos 30 días)
jose bernardo
jose bernardo el 29 de Abr. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Hi, I have a file.txt with this structure:
Line {
Name "net1"
SrcBlock "dd"
SrcPort 1
DstBlock "nor3"
DstPort 1
}
Line {
Name "net3"
SrcBlock "puerta"
SrcPort 1
DstBlock "nor3"
DstPort 3
}
Line {
Name "net2"
SrcBlock "dd1"
SrcPort 1
DstBlock "nor3"
DstPort 2
And I want to obtain a matrix with this order:
net1 dd 1 nor3 1
net3 puerta 1 nor3 3
net2 dd1 1 nor3 2
the file could have more "Line {" structures. This example only have three.
Thanks for all!

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by