Dmaz
Guest
Hello everyone,
for an optimization problem I should interface matlab with ansys12.
I'll explain.
in matlab I generate the parameters of impt and generate an apdl file that I have to feed ansys. ansys performs simulation and generates output files that matlab reads and reworks with a genetic algorithm to generate new input parameters. this up to the optimized solution.
My problem is the command to give to matlab to open ansys.
I should give him the following command with the option Home after the route:
dos('c:\ansys inc\v121\ansys\bin\winx64\launcher121.exe')But it always makes me mistake. .
Has anyone ever tried to interface the two programs?
Thank you.
dmaz
for an optimization problem I should interface matlab with ansys12.
I'll explain.
in matlab I generate the parameters of impt and generate an apdl file that I have to feed ansys. ansys performs simulation and generates output files that matlab reads and reworks with a genetic algorithm to generate new input parameters. this up to the optimized solution.
My problem is the command to give to matlab to open ansys.
I should give him the following command with the option Home after the route:
dos('c:\ansys inc\v121\ansys\bin\winx64\launcher121.exe')But it always makes me mistake. .
Has anyone ever tried to interface the two programs?
Thank you.
dmaz