Dear all I want to ask if it is possible to produce an inp
file from Matlab and then export to ABAQUS so as to
recognize the geometry.
Thanks in advanced
Paula
Subject: How to write an input(inp) file in Matlab?
"paula ormando" <paulaormando@gmail.com> wrote in message
<g21411$7af$1@fred.mathworks.com>...
> Dear all I want to ask if it is possible to produce an
inp
> file from Matlab and then export to ABAQUS so as to
> recognize the geometry.
> Thanks in advanced
>
> Paula
You can write just about any kind of file from within
MATLAB using fprintf as long as you know it's format.
Subject: How to write an input(inp) file in Matlab?
"someone" wrote in message <g21c7h$m0k$1@fred.mathworks.com>...
> "paula ormando" <paulaormando@gmail.com> wrote in message
> <g21411$7af$1@fred.mathworks.com>...
> > Dear all I want to ask if it is possible to produce an
> inp
> > file from Matlab and then export to ABAQUS so as to
> > recognize the geometry.
> > Thanks in advanced
> >
> > Paula
>
> You can write just about any kind of file from within
> MATLAB using fprintf as long as you know it's format.
>