Mohammed Nagy
Mechanical
- Nov 12, 2019
- 13
Hello,
I'm trying to control the amplitude of my FEM model by a matlab code. I defined the amplitude as user defined (UAMP). And in my UAMP subroutine.for code I call the matlab function that calculates the value of the new amplitude and returns it. However i get this error in abaqus : The executable standard.exe aborted with system error code 1073741515.
My code uses functions like ep = engOpen('matlab'), T = mxCreateDoubleMatrix(M, N, 0) and similar functions from the matlab example. If I remove them from my code i don't get the error but of course i need them. So what is the problem?
I'm trying to control the amplitude of my FEM model by a matlab code. I defined the amplitude as user defined (UAMP). And in my UAMP subroutine.for code I call the matlab function that calculates the value of the new amplitude and returns it. However i get this error in abaqus : The executable standard.exe aborted with system error code 1073741515.
My code uses functions like ep = engOpen('matlab'), T = mxCreateDoubleMatrix(M, N, 0) and similar functions from the matlab example. If I remove them from my code i don't get the error but of course i need them. So what is the problem?