Operator '-' is not supported for operands of type 'table' even with {}
4 views (last 30 days)
Show older comments
I have to perform this operation in which all entities, namely d12, T1 and T2 are in table format:
d12{i,1} = norm(T1{i,3:end} - T2{i,3:end} );
In other questions the problem was solved using the right brackets but this seems not to be my case..
7 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!