- Create a new MATLAB file in the same directory as your Abaqus input file.
- In the MATLAB file, use the following command:
Connecting MATLAB to ABAQUS and reading osb output files
30 次查看(过去 30 天)
显示 更早的评论
I want to run a .inp abaqus file through MATLAB and read the results output in the form of odb files. SOme help regarding this would be appreciated
0 个评论
回答(1 个)
Amith
2024-8-20
Hi Sagnik,
To execute Abaqus files using MATLAB, you can follow these steps:
system('abaqus job=inputfile_name interactive')
This command should be sufficient to run your Abaqus file from MATLAB(replace the inputfile_name with your .inp file name from Abaqus).
Once the command is executed, you should see the 'odb' files generated in the target directory.
Hope this helps!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Biological and Health Sciences 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!