Info

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

Using txt file to form Matrix

1 次查看(过去 30 天)
Rafael Sario
Rafael Sario 2020-4-2
关闭: MATLAB Answer Bot 2021-8-20
Say I have the following data in a text file
Node_Coordinates (x,y)
0 0
4 5
8 0
12 5
Loads(Node#, Load, Direction)
1 200 0
3 100 180
Boundary_Conditions (Node, dof, direction of movement)
2 0 0
4 0 0
How can I make a matrix for each different table?
  3 个评论
Rafael Sario
Rafael Sario 2020-4-2
Hello there, I've updated the text file to reflect what it actually looks like. Thank you
dpb
dpb 2020-4-2
OK, yes, that makes a big difference.
For such a file, you'll have to read line-by-line and find the keyword for each section and then read the data arrays after having found such.
Since there are only 2D node coordinates but three values for the other variables you'll also have to match the input format string to the data section.

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by