Hello,
I run FE with abaqus and I want to postprocess the abaqus result with abaqus2matlab. I encountered an error: Undefined function or variable 'Fil2str'. Here is the script (3 first line) and error message:
Inp_file='A2M';
disp('Reading .fil')
Rec = Fil2str([Inp_file '.fil'])
Reading .fil
Undefined function or variable 'Fil2str'.
Thank you for your help
Yes, this is correct. You need also to put the Matlab functions Rec8.m and Rec11.m in the same folder.
Best.
Hello, I see, so I need to use Abaqus2Matlab version 1. I used Abaqus2Matlab version 2.0. My target outputs are Stress and Coordinate in element type. So, in order to get working, I need put the Fil2str.m and A2M.fil at same folder. Is it corret?
Hi!
Have you installed Abaqus2Matlab on your PC? If yes, which version?
The function Fil2str that you are using is part of the first version of Abaqus2Matlab and you have to place the relevant Matlab functions of this version of Abaqus2Matlab in your working directory, in order for the Matlab code to work. Check also the following link for some additional information:
http://abaqus2matlab.wixsite.com/abaqus2matlab/forum/main/comment/58f63dc75928b8001086d74d
Best,
George