how to extract nodal coordinates from inp file of abaqus using matalb?..so that these nodal coordinates can be further used for analytical solutions

7 ビュー (過去 30 日間)
Raghavendra G G

採用された回答

KSSV
KSSV 2017 年 2 月 21 日
  2 件のコメント
raghavendra g g
raghavendra g g 2017 年 2 月 21 日
Thank you very much. It was very useful for my project.
raghavendra g g
raghavendra g g 2017 年 3 月 8 日
Error using cat Dimensions of matrices being concatenated are not consistent.
Error in cell2mat (line 83) m{n} = cat(1,c{:,n});
Error in nodalcoordinates_trail1 (line 16) nodal_output = cell2mat(cellfun(@str2num,nodes,'UniformOutput',false))
I am getting error like this. What is the problem?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Import and Export についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by