Info

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

Using txt file to form Matrix

1 visualización (últimos 30 días)
Rafael Sario
Rafael Sario el 2 de Abr. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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 comentarios
Rafael Sario
Rafael Sario el 2 de Abr. de 2020
Hello there, I've updated the text file to reflect what it actually looks like. Thank you
dpb
dpb el 2 de Abr. de 2020
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.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by