Hello,
I work on cyclic loads and i want to repeat 1000 times the job output from Abaqus (containing 2 steps). For that i'm using a code in the Abaqus2Matlab to read at first ODB.
I'm trying this command : [odbOut_COORD,odbDat_COORD,rpyOut_COORD]=readElementFieldOdb(odb_name,stepName,instanceName,elsetName,outputVar,indOut);and I get the following error messages :
>> Untitled2
Warning: File not found or permission denied
> In readElementFieldOdb (line 237)
In Untitled2 (line 8)
NO NEED TO UPGRADE. THE OUTPUT DATABASE FILE IS ALREADY UP-TO-DATE
Abaqus License Manager checked out the following license:
"cae" from Flexnet server localhost
.
If the working dimension of MAX or MIN is variable in length, it must not have zero length at runtime.
Error in eml_min_or_max (line 73)
Error in eml_min_or_max (line 18)
Error in min (line 16)
Error in rpyRead (line 133)
Error in readElementFieldOdb (line 295)
Error in Untitled2 (line 8)
[odbOut_CYCLEINI, odbDat_CYCLEINI, rpyOut_CYCLEINI] = readElementFieldOdb (odb_name, 'StepName', 'InstanceName', 'ElsetName', outputVar, 'True');
>>
Please can any one help me please?