How to plot a linear regression of iterations of data in matlab?

1 回表示 (過去 30 日間)
Swathi
Swathi 2024 年 6 月 7 日
回答済み: dpb 2024 年 6 月 7 日
Is it possible to find linear regression of a boxplot in matlab?

回答 (1 件)

dpb
dpb 2024 年 6 月 7 日
See boxchart -- look at the example "Superimpose Data On Box Charts Example". Execute the following at command line or look at the examples for the function. It canNOT be done with the boxplot function because it is a standalone specialized graphics object--annoying TMW has done this, but...
openExample('graphics/SuperimposeDataOnBoxChartsExample')

カテゴリ

Help Center および File ExchangeLinear and Nonlinear Regression についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by