Clear Filters
Clear Filters

Error using Matrix dimensions must agree

3 views (last 30 days)
Hi; everyone , I have data for one month To (Size[37x1]) and Ta (Size [ 31x1 ]) , When I use (To-Ta) this error show Error using - Matrix dimensions must agree. How can I deal with this error.

Accepted Answer

Walter Roberson
Walter Roberson on 1 Nov 2016
bsxfun(@minus, To, Ta.')

More Answers (0)

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!