Saving Ansys Data in Matlab as a mat. file
4 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(1 个)
Asrafuzzaman Khan
2024-4-14
编辑:Asrafuzzaman Khan
2024-4-14
Use:
matlabsave("File Name",variable_name);
for more details: matlabsave - Script command – Ansys Optics
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 HDF5 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!