Difference in Matlab and Excel
Mostrar comentarios más antiguos
Hi Experts,
I am trying to do linear regression but there is a difference in matlab and excel.
Can i what could be the reason and how to match data?
2 comentarios
Image Analyst
el 13 de Jul. de 2020
How much of a difference? You forgot to attach your data, forgot to attach your m-file, forgot to attach your Excel script, and forgot to read this link.
KATARI LOKESH
el 13 de Jul. de 2020
Respuestas (1)
KSSV
el 13 de Jul. de 2020
Excel fits a striaght line to the data.....to get the same value use polyfit of MATLAB.
p = polyfit(X,Y,1) ;
p(1)
1 comentario
KATARI LOKESH
el 13 de Jul. de 2020
Categorías
Más información sobre Spreadsheets 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!
