Hi!
I want to execute my APDL script in a Matlab program to include it in a loop with other instructions.
For first, I tried to execute my txt script which works in Ansys with this command:
!"/ansys_inc/v140/ansys/bin/ansys140" -b -i Programme_Ansys.txt -o logmatlab.txt
In response to this command I have:
Segmentation fault
"/ansys_inc/v140/ansys/bin/ansys140" -b -i Programme_Ansys.txt -o logmatlab.txt: Segmentation fault
I don't know where is my mistake ...