I am trying to use Ace Ventura's 3D frame analysis matlab file, but couldn't figure out how to create the input files 11, 12 and 13 for the nodal coordinates.
조회 수: 2 (최근 30일)
이전 댓글 표시
I am trying to use Ace Ventura's 3D frame analysis matlab file, but couldn't figure out how to create the input files 11, 12 and 13 for the nodal coordinates. The .m file doesn't seem to contain or explain how to create these input files and their format. Thanks.
댓글 수: 0
답변 (1개)
Tushar Sharma
2024년 2월 1일
Hi Raghu,
The input data files 11, 12 & 13 should contain joint x,y and z coordinates respectively. Each file should list only one coordinate per joint in the order of the joints.
Regarding the format, if you open the file 'frame3d_6j.m' provided here - https://in.mathworks.com/matlabcentral/fileexchange/49559-structural-analysis-of-3d-frames , you will see that the data files 11, 12, & 13 are text files with the extension '.TXT'. So, you may rename all the files to 'inputdata11.txt', 'inputdata12.txt' and 'inputdata13.txt' as described in the given MATLAB code itself.
Also, you may place the files in the directory where your MATLAB script is located, or specify the path to the file within the script if necessary.
Hope it helps!
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!