Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
extract data from a txt
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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!
0 Kommentare
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!