Submitted by alex_612 on Mon, 03/17/2008 - 09:30 Hi, Does anyone know how to use matlab to do optimzation? So the matlab can change the input for the abaqus/explicit model and the abaqus/explicit model will output the result to the matlab. Thank you very much Forums Ask iMechanica mdprasad how to run the abaqus using C++ language hi does anyone know how to run the abaqus using c++ language thank u so much. Log in or register to post comments Wed, 03/19/2008 - 18:29 Permalink Dan Cojocaru In reply to how to run the abaqus using C++ language by mdprasad Re: how to run the abaqus using C++ language In C++ you can use system() which is defined as: int system( const char *command ); Depending on the OS other functions might available. For example, for Windows you might be interested in exec(), popen() and spawn() and their variants. Log in or register to post comments Thu, 03/20/2008 - 14:03 Permalink Log in or register to post comments7153 views
mdprasad how to run the abaqus using C++ language hi does anyone know how to run the abaqus using c++ language thank u so much. Log in or register to post comments Wed, 03/19/2008 - 18:29 Permalink
Dan Cojocaru In reply to how to run the abaqus using C++ language by mdprasad Re: how to run the abaqus using C++ language In C++ you can use system() which is defined as: int system( const char *command ); Depending on the OS other functions might available. For example, for Windows you might be interested in exec(), popen() and spawn() and their variants. Log in or register to post comments Thu, 03/20/2008 - 14:03 Permalink
how to run the abaqus using C++ language
hi
does anyone know how to run the abaqus using c++ language
thank u so much.
In reply to how to run the abaqus using C++ language by mdprasad
Re: how to run the abaqus using C++ language
In C++ you can use system()
which is defined as:
int system(
const char *command
);
Depending on the OS other functions might available. For example, for Windows
you might be interested in exec(), popen() and spawn() and their variants.