How to read .ard file created by ANSYS Fluent
6 ビュー (過去 30 日間)
古いコメントを表示
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!
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1324410/image.png)
0 件のコメント
回答 (1 件)
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'
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Audio I/O and Waveform Generation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!