Clear Filters
Clear Filters

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

6 views (last 30 days)
Raghavendra G G

Accepted Answer

KSSV
KSSV on 21 Feb 2017
  2 Comments
raghavendra g g
raghavendra g g on 8 Mar 2017
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?

Sign in to comment.

More Answers (0)

Categories

Find more on Data Import and Export in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!