MATLAB: Abaqus deosn’t open with the command

Hi all
I use : dos('abq6123 job=filename interactive') in Matlab
but abaqus gives me back Error : Abaqus Error: Command line option "input" must have a value. Abaqus/Analysis exited with error(s).

Best Answer

Hi Farzad,
Hope that you had some success with this. I believe that the problem with this command is that you have not directed Abaqus to an input file; perhaps
dos('abq6123 job=filename inp=myfile.inp interactive')
will work?
Related Question