回帰平面の求め方について

3次元plot座標における回帰平面の求め方が分かりません。
ax + by + cz + d = 0
の求め方が知りたいです。
regress関数を用いてできまるのでしょうか?

 Accepted Answer

covao
covao on 24 Apr 2023

1 vote

Statistics and Machine Learning Toolboxのregress関数を用いることも可能ですが、このToolboxを使用せずに回帰平面を求めるサンプルスクリプトが以下にあります。

1 Comment

flower
flower on 28 Apr 2023
求めていたことができそうです!的確なご案内ありがとうございます。

Sign in to comment.

More Answers (0)

Products

Release

R2022a

Tags

Asked:

on 16 Dec 2022

Commented:

on 28 Apr 2023

Community Treasure Hunt

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

Start Hunting!