필터 지우기
필터 지우기

Converting .MF4 files into .mat files.

조회 수: 322 (최근 30일)
Kaustubh hike
Kaustubh hike 2021년 7월 19일
편집: Kaustubh hike 2021년 7월 27일
Dear Matlaber
I am using version 2017b. I want to convert .MF4 files into .mat files. if I use this function "m = mdf('Filename.mf4');" , then it gives error as
To use 'mdf', at least one of the following products must be licensed, installed, and enabled:
Powertrain Blockset
Vehicle Network Toolbox
Are these toolboxes are mandotory ? is there any other way to do these conversions in matlab without having any addtional toolboxes ?
Thanks in advance,
Koustubh

답변 (1개)

KSSV
KSSV 2021년 7월 19일
If the function lies in that toolbox then it is mandatory to have that toolbox installed to access the file.
If you don't have access to that toolbox, you may try writitng your own code tor try some functions available in file exchange:
  댓글 수: 1
Kaustubh hike
Kaustubh hike 2021년 7월 27일
편집: Kaustubh hike 2021년 7월 27일
Thanks. This helps.
But how to use this fucntion ? for Example?

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

카테고리

Help CenterFile Exchange에서 Software Development Tools에 대해 자세히 알아보기

제품


릴리스

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by