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

조회 수: 25 (최근 30일)
みほ
みほ 2023년 11월 1일
댓글: みほ 2023년 11월 2일
does anyone know how to convert a .mat file into a .blf file?

채택된 답변

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

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by