MATLAB: Any way for the From File component to read multiple lines once a time

from fileMATLABsimulink

i have a csv file, with timestamp for each row, which the timestamp can duplicate for big data (seperated into multiple connected lines).
after translate to .mat file and feed into From File component. any way we can make the From File component read in multiples lines once a time, for the lines have a matching timestamp?
otherwise if no way, i need to combine those lines together and make timestamp in first column unique.

Best Answer

You will need to combine. The timestamps must be in increasing order.
Related Question