BigwillyJohnson
Mechanical
- Apr 21, 2010
- 6
Hello All,
I am trying to write data to specific locations in the .inp text file using matlab. My grand scheme' is to have matlab and abaqus work together to optimize a model.
I can write to specific places but the incumbent text gets pushed and moved around.
For example
if a line has the word "**PARTS"
and the next line has "**"
and i write "12345678" to the first line
the result will be:
"12345678*" on the first line and whatever was on the third line will be on the second line
the text gets moved and messed up
Any help would be appreciated
Rick
I am trying to write data to specific locations in the .inp text file using matlab. My grand scheme' is to have matlab and abaqus work together to optimize a model.
I can write to specific places but the incumbent text gets pushed and moved around.
For example
if a line has the word "**PARTS"
and the next line has "**"
and i write "12345678" to the first line
the result will be:
"12345678*" on the first line and whatever was on the third line will be on the second line
the text gets moved and messed up
Any help would be appreciated
Rick