How to convert a .mat file into a .blf file?
30 ビュー (過去 30 日間)
古いコメントを表示
does anyone know how to convert a .mat file into a .blf file?
0 件のコメント
採用された回答
Mann Baidi
2023 年 11 月 1 日
編集済み: Mann Baidi
2023 年 11 月 1 日
Hi,
I understand you would like to convert a .mat file to .blf file in MATLAB.
You can first load the data present in the .mat file using "load" function.
load yourFilename.mat
After that you can export the data using the "blfwrite" function.
For more information, you can go through the "blfwrite" documentation.
Hope this helps!
2 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!