Dear all,
the Matlab bundle does not correctly deal with the ' character as a mathematical operation. I have this line in a matlab file:
time = (-L_TEMPLATE/2+1/2:L_TEMPLATE/2-1/2)'; % time vector [samples]
and everything after this line is marked as being a string, because ' is recognized as string-open, I guess? Does anybody know how to make this work better?
Thx, Michael