Index Exceeds Matrix Dimensions
Hello,
Apologies in advance for posting a common error/problem but I couldn't find relevant solutions in other simliar thread...
2 years ago | 1 answer | 0
1
answer
Question
Index exceeds Matrix Dimension
I'm following a comparatively larger code and I'm stuck in this section.
T1=num2str(TTime);
if length(T1)==9
T1=['0',T1]...