How to call abaqus from matlab?

조회 수: 10 (최근 30일)
zhou y
zhou y 2015년 11월 16일
답변: saeid 2024년 2월 26일
Dear all, Could you show me how to call abaqus from matlab? I used (! abaqus job=job_1.inp),but it does not work.If you get this,please do me a favor. thank you!

답변 (3개)

Walter Roberson
Walter Roberson 2015년 11월 16일

George Papazafeiropoulos
George Papazafeiropoulos 2016년 12월 7일
!abaqus job=job_1 without the extension (*.inp). If you want to obtain the results of this analysis back to Matlab, then you have to somehow halt Matlab execution in order for the Abaqus analysis to complete first. A technique for this is described in the examples of a new Matlab toolbox, named Abaqus2Matlab, information for which can be found here:
www.abaqus2matlab.com

saeid
saeid 2024년 2월 26일
you can use system('abaqus job=job_name interactive') Or set your work directory exactly in temp.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by