why i'm getting this error?
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
Respuesta aceptada
  Stephen23
      
      
 el 25 de Mzo. de 2018
        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?
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

