How can i import mass and stiffness matrices (MatK and MatK .TXT) to Matlab ?
25 ビュー (過去 30 日間)
表示 古いコメント
Hi every one, i'm very new in MATLAB, i extracted mass and stiffness matrices from ansys workbench text files, and i want to import them to MATLAB.
load matm.txt
Error using load
Unable to read file 'matm.txt'. Input must be a MAT-file or an ASCII file containing numeric
data with same number of columns in each row.
0 件のコメント
回答 (1 件)
Image Analyst
2021 年 1 月 28 日
Try importdata() or readmatrix(). Attach matm.txt if you still have trouble.
4 件のコメント
Image Analyst
2021 年 2 月 9 日
OK, since you saw my last sentence where I asked you to attach matm.txt, and since you did not attach it, I will assume that you chose not to attach it because you got it figured out already and no longer need our help. So I'm glad that you got it figured out.
参考
カテゴリ
Help Center および File Exchange で Large Files and Big Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!