Clear Filters
Clear Filters

Saving Ansys Data in Matlab as a mat. file

7 views (last 30 days)
Nikolai
Nikolai on 13 Aug 2014
Edited: Asrafuzzaman Khan on 14 Apr 2024
Hi,
I try to analyse a driller by getting information about the torsional stiffness, moments of inertia and a modal analysis!
I would like to save the data in a mat. file in Matlab automatically! So Ansys determines all the information and sends it to matlab for saving it! Do I have to use APDL or can I also do it on another way?
Thank you for your help!
Kind regards
Niko9310

Answers (1)

Asrafuzzaman Khan
Asrafuzzaman Khan on 14 Apr 2024
Edited: Asrafuzzaman Khan on 14 Apr 2024
Use:
matlabsave("File Name",variable_name);

Categories

Find more on Particle & Nuclear Physics in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!