How can I write the displacements of 200 nodes to
a file to interface with MATLAB?


Here is a macro that will do that.

! Select a set of nodes: nsel,s,,,
! start of macro

*get,n_count,node,,count

nmin=0
*do,iii,1,n_count

nmin=ndnext(nmin)

ux%nmin%=ux(nmin)
*enddo

/out,mat.out
*stat
/out

! end of macro





Show Form
No comments yet. Be the first to add a comment!