How to read CAN log file (.asc) more precisely

조회 수: 84 (최근 30일)
Jeanyee. S
Jeanyee. S 2022년 2월 22일
답변: Jeanyee. S 2022년 2월 22일
Hello, I have read the CAN log file by excuteing the code following:
>> db = canDatabase('myCANdata.dbc');
>> sigtimetable = canSignalImport('01.asc','Vector',db)
However MATLAB only keeps 3 decimal places, while my original data recorded 6 decimal places.
The time accuracy is very important to my project.
How can I read the CAN log file .asc in a higher accuracy?

채택된 답변

Jeanyee. S
Jeanyee. S 2022년 2월 22일
>> format long
>> db = canDatabase('myCANdata.dbc');
>> sigtimetable = canSignalImport('01.asc','Vector',db)

추가 답변 (0개)

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by