I try to import data from twinCAT into matlab for analyzing. I have tried it with the code:
Tb = readtable('LogTestScopeView1.csv');
But that didn't work. I guess the header of a twinCAT csv-file is a bit more complicated. Have someone experience with this? Already many thanks.