How to linear fit two y variables in same plot?

Hello,
I ploted (x1,y1) and (x2,y2) in same plot where all variables are different. I want to find linear fit for each of them ie x1,y1 and x2,y2 , However, the basic fit ui let me choose either data 1 or data 2 linear fit, but not both. How can I fit both data series simultaneously? thank you.

更多回答(1 个)

Torsten
Torsten 2022-5-25
编辑:Torsten 2022-5-25
Choose X = [x1,x2], Y = [y1,y2] as data to be fitted.

类别

帮助中心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!

Translated by