Filter löschen
Filter löschen

how can i export data from the ansys analysis into matlab to optimize the analysis?

121 Ansichten (letzte 30 Tage)
how can i export data from the ansys analysis into matlab to optimize the analysis?

Akzeptierte Antwort

Manikanta Aditya
Manikanta Aditya am 21 Mär. 2023
Hi Sai Vardhan,
As per my understanding, you would like to know how to export data from ANSYS analysis into MATLAB to optimize the analysis.
To export data from ANSYS:
  • Use the File > Export menu option to select the format you want to use.
  • Next, after you select 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.
As a workaround, you can use csvreadfunction to import data from a CSV file, ‘load’ function to import data from a MAT file, 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.
For further reference, you can check these links:
I hope this resolves the issue you are facing.

Weitere Antworten (0)

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by