How to read .ard file created by ANSYS Fluent

조회 수: 4 (최근 30일)
Yasuyuki Hamanaka
Yasuyuki Hamanaka 2023년 3월 14일
편집: Walter Roberson 2023년 3월 14일
Hello
I would like to read .ard file created by ANSYS Fluent's Ffowcs Williams Hakings model (Acoustic model) by using matlab. The file include the acoustic pressure data and corresponding time like the figure below. I'm currently ploting the data using matlab after copying and pasting them into excel. But it is very time cosuming. Do you have any idea to make matlab directly read this .ard file?
Thank you!

답변 (1개)

Walter Roberson
Walter Roberson 2023년 3월 14일
편집: Walter Roberson 2023년 3월 14일
Use readmatrix . You might need to use 'headerlines', 4 as an option, and possibly 'FileType', 'text'

카테고리

Help CenterFile Exchange에서 Acoustics, Noise and Vibration에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by