Clear Filters
Clear Filters

How to run ANSYS from Matlab

5 views (last 30 days)
FERNANDO BLANCO JIMENEZ
FERNANDO BLANCO JIMENEZ on 6 Mar 2024
Answered: Sachin Lodhi on 20 Mar 2024
Hola a todos, estoy intentando correr ANSYS en Matlab con el siguiente comando:
system('SET KMP_STACKSIZE=4096k & "C:\Program Files\ANSYS Inc\ANSYS Student\v232\ansys\bin\winx64\ansys232.exe" -b -i bridge_e9_mio.txt -o report.out');
También lo he probado con 2048 en vez de 4096. He probado absolutamente todo y no se donde se encuentra el error. Pero necesito correr ANSYS en el código de Matlab para un proceso de optimización que estoy realizando.
Alguien sabe algo y/o podría ayudarme????
Gracias a todos de antemano!!!

Answers (1)

Sachin Lodhi
Sachin Lodhi on 20 Mar 2024
Hola Fernando, responderé a esta pregunta en inglés.
You can refer to the following MATLAB Answer related to running ANSYS from MATLAB for optimization purposes - https://www.mathworks.com/matlabcentral/answers/160210-how-can-i-run-ansys-from-matlab?s_tid=srchtitle
Also, you can refer to the following links for books and videos on MATLAB-ANSYS interaction :

Tags

Products


Release

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!