How to call abaqus from matlab?

10 vues (au cours des 30 derniers jours)
zhou y
zhou y le 16 Nov 2015
Réponse apportée : saeid le 26 Fév 2024
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!

Réponses (3)

Walter Roberson
Walter Roberson le 16 Nov 2015

George Papazafeiropoulos
George Papazafeiropoulos le 7 Déc 2016
!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 le 26 Fév 2024
you can use system('abaqus job=job_name interactive') Or set your work directory exactly in temp.

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by