필터 지우기
필터 지우기

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