How can I show correlation between temperature and air pollution?
4 次查看(过去 30 天)
显示 更早的评论
I have the data sets with temperatures and ozone concentration, but I'm not sure how I would write the code to show the relationship between these two variables.
0 个评论
回答(1 个)
Krishna Bindumadhavan
2017-11-22
A good place to start is to see if there is a linear relationship by running a linear regression . You can refer to the following information which gives more details about the syntax and provides additional background information: https://www.mathworks.com/help/matlab/data_analysis/linear-regression.html.
Depending upon the results of the regression, and other factors like size of the data set ,complexity of the model you are looking for you can think about trying more complex models non-linear models as well using our curve fitting toolbox : https://www.mathworks.com/products/curvefitting.html.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear and Nonlinear Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!