Error using plot Vectors must be the same length.
Mostrar comentarios más antiguos
Hi everyone,
How can I change the size of Cfit in line 140 of the attached to double(30 x 8), in the attached code. When I run the code, I get error message:
Error using plot
Vectors must be the same length.
Error in fitting (line 145)
plot(tv,Cfit)
Respuesta aceptada
Más respuestas (1)
KSSV
el 3 de Oct. de 2018
0 votos
The dimensions of tv are 1*30 and Cfit are 1*8..how you can plot them? You cannot...to plot the dimensions of the inputs should be same.
1 comentario
Dursman Mchabe
el 3 de Oct. de 2018
Categorías
Más información sobre Linear Regression en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!