How to convert a .mat file into a .blf file?

30 views (last 30 days)
does anyone know how to convert a .mat file into a .blf file?

Accepted Answer

Mann Baidi
Mann Baidi on 1 Nov 2023
Edited: Mann Baidi on 1 Nov 2023
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 Comments
Dyuman Joshi
Dyuman Joshi on 1 Nov 2023
Note - blfwrite requires Vehicle Network Toolbox.
みほ
みほ on 2 Nov 2023
thank you very much for your answer!
I could do it!

Sign in to comment.

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Products


Release

R2022b

Community Treasure Hunt

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

Start Hunting!