Curve fitting multiple lots of data within the same gscatter graph?

2 ビュー (過去 30 日間)
Evan Hayes
Evan Hayes 2022 年 6 月 27 日
回答済み: sai charan sampara 2023 年 10 月 12 日
Hello, I am trying to find and graph the curve fitting for each of the four classes of data in each graph. The tables of the graph are created from two 1x12 tables with a corresponding value which is referenced in the legend. I've attached an image to the question in order to be as precise as I can be with this request. All help is appreciated and if need be, I'd be happy to explain further.
  2 件のコメント
Rohit Kulkarni
Rohit Kulkarni 2022 年 7 月 2 日
Do you want to find a fitting curve for each single class or you want to do mutli-class classification?
Evan Hayes
Evan Hayes 2022 年 7 月 5 日
One for each single class

サインインしてコメントする。

回答 (1 件)

sai charan sampara
sai charan sampara 2023 年 10 月 12 日
Hello Evan,
I understand that you are trying to fit curves to multiple categories of data plotted in a single scatter plot.
There are multiple functions to do curve fitting in MATLAB. Some of them include “polyfit”, “fitlm” and “lsqcurvefit”. For fitting data of multiple categories, the data can be first joined into a single table and then divided into sub parts based on their categories. This can be done by logical indexing. Then each data can be curve fitted and then plotted onto the same graph by using “hold on”.
You can refer to the below documentation to learn more.
Hope this helps.
Thanks,
Charan.

カテゴリ

Help Center および File ExchangeCurve Fitting Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by