Filter löschen
Filter löschen

optimize ansys analysis with matlab

7 Ansichten (letzte 30 Tage)
Antrea Plastira
Antrea Plastira am 19 Dez. 2022
Kommentiert: Torsten am 22 Feb. 2023
how can i export data from the ansys analysis into matlab to optimize the analysis?

Akzeptierte Antwort

Vidip Jain
Vidip Jain am 22 Feb. 2023
Hey Antrea, to export data from ANSYS, use the File > Export menu option to select the format you want to use. Once you have selected the format, ANSYS will prompt you to choose the data you want to export and specify the file name and location for the exported file.
After exporting the data, you can import it into MATLAB using the appropriate function. For example, you can use the "csvread" function to import data from a CSV file, the "load" function to import data from a MAT file, or the "textread" function to import data from a text file.
Once the data is imported into MATLAB, you can perform optimization using MATLAB's optimization functions or toolboxes.
  1 Kommentar
Torsten
Torsten am 22 Feb. 2023
Since it is an optimization (thus an iterative process), data transfer between Ansys and MATLAB has to be automated.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Problem-Based Optimization Setup finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by