MATLAB: How to convert a text file (.txt) to trace (.trc)

can messagecan tracepcan explorer

I have a CAN bus recording saved as a text file. I need to get it into .trc format. Is there a tool in Matlab/SIMULINK to do this?

Best Answer

I ended up using Python for this process. Just formatted the file and save it as TRC. I assume you can do the same for your file
Related Question