You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
convertTXTToStruct (line 53)
missingFrames = size(stInfo.W,1)+1:range(end);
wrong usage :
For a colon operator with a character operand, the first operand and the last operand must be characters.
Do anyone know how to solve? Please help me