this error : Subscripted assignment dimension mismatch.

2 commentaires

Stephen23
Stephen23 le 25 Mar 2018
What is t ?
ocsse
ocsse le 25 Mar 2018
i update the question

Connectez-vous pour commenter.

 Réponse acceptée

Stephen23
Stephen23 le 25 Mar 2018

0 votes

This line
m(i,:) = a0 + ...
The LHS references 500 elements (because m has size 4x500), whereas the RHS has size 1x2500 (because t has size 1x2500). How do you expect to put 2500 elements into 500?

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by