How do I preform multiple regression in Matlab?
2 次查看(过去 30 天)
显示 更早的评论
I have 4 variables: x, y, z, and t. The values of x, y, and z are loosely correlated to t. Does anybody know how I can run multiple regression on these variables to create an algorithm that solves for t? Also what is the best algorithm to use when fitting the data since it is loosely correlated?
0 个评论
回答(1 个)
the cyclist
2015-11-25
I would most likely use fitlm to do this. Here is a useful guide to using linear regression in MATLAB.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Get Started with Curve Fitting Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!