Connecting MATLAB to ABAQUS and reading osb output files

6 ビュー (過去 30 日間)
Sagnik Paul
Sagnik Paul 2023 年 3 月 6 日
回答済み: Mathy 2024 年 8 月 20 日
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

回答 (1 件)

Mathy
Mathy 2024 年 8 月 20 日
Hi Sagnik,
To execute Abaqus files using MATLAB, you can follow these steps:
  1. Create a new MATLAB file in the same directory as your Abaqus input file.
  2. In the MATLAB file, use the following command:
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!

カテゴリ

Help Center および File ExchangeData Import and Analysis についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by