Luckily I found out how I can solve that problem. So I love to share it to all:
- I don't have necessarily evaluate data from tall table by gather, since functions can be assigned to tall data. Matlab keeps track on all operations.
- Table2array works to convert tall table to tall double.
For example a solution can now be
temp = table2array(tallDat(:,2));
Best regards
Eva