Info

此问题已关闭。 请重新打开它进行编辑或回答。

extract data from a txt

1 次查看(过去 30 天)
jose bernardo
jose bernardo 2013-4-29
关闭: MATLAB Answer Bot 2021-8-20
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 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by