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

30 visualizaciones (últimos 30 días)
みほ
みほ el 1 de Nov. de 2023
Comentada: みほ el 2 de Nov. de 2023
does anyone know how to convert a .mat file into a .blf file?

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by