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

조회 수: 1 (최근 30일)
Raghavendra G G

채택된 답변

KSSV
KSSV 2017년 2월 21일
  댓글 수: 2
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 CenterFile Exchange에서 Data Import and Export에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by