Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

extract data from a txt

1 view (last 30 days)
jose bernardo
jose bernardo on 29 Apr 2013
Closed: MATLAB Answer Bot on 20 Aug 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!

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!