how to plot them together and get their equations and make a legend for them ?

1 回表示 (過去 30 日間)
Tomer Segev
Tomer Segev 2020 年 10 月 15 日
回答済み: Divija Aleti 2021 年 1 月 21 日
Hey, I searched for information how to plot them together and get their equations but I couldn't find answers.
Maybe someone can help me ?
alpha=fitlm(RD,Wi);
plot(alpha);
r2=alpha.Rsquared.Adjusted;
r1=alpha.Rsquared.Ordinary;
xlabel('RD'),ylabel('ISCO');
beta=fitlm(RD,Wlr);
a=plot(beta);
xlabel('RD'),ylabel('LR');
rsqered=beta.Rsquared.Adjusted;
rsq=beta.Rsquared.Ordinary;
hold on
X=plotAdded(alpha);
hold off
  1 件のコメント
Aditya Patil
Aditya Patil 2020 年 11 月 17 日
Can you elaborate on your issue? What is your expected output, and what is the output that you are getting? Any errors that you faced?

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

回答 (1 件)

Divija Aleti
Divija Aleti 2021 年 1 月 21 日
Hi Tomer,
I understand that you want to plot both the models in one figure and get the equations for both of them.
I have brought this issue to the notice of our developers. They will investigate the matter further.
As of now, if you just want their equations, you can plot them separately and obtain them.
Regards,
Divija

カテゴリ

Help Center および File ExchangeLegend についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by