I have read Mf4 file using “vehicle network Toolbox”, Now i want to convert this to other formats such as CSV/PCD
i have used this function of tool box to read data,
dataChanTable = mdfRead("VehicleData.mf4", Channel=chanInfo)
>> writetable(data, ‘output.csv’);
Error using writetable (line 21)
Type ‘timetable’ is not supported. Use writetimetable instead.i have used this function of tool box to read data,
dataChanTable = mdfRead("VehicleData.mf4", Channel=chanInfo)
>> writetable(data, ‘output.csv’);
Error using writetable (line 21)
Type ‘timetable’ is not supported. Use writetimetable instead. i have used this function of tool box to read data,
dataChanTable = mdfRead("VehicleData.mf4", Channel=chanInfo)
>> writetable(data, ‘output.csv’);
Error using writetable (line 21)
Type ‘timetable’ is not supported. Use writetimetable instead. vehicle network tool MATLAB Answers — New Questions