フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

i want to solve this equation

2 ビュー (過去 30 日間)
Ana Monea
Ana Monea 2020 年 5 月 20 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
So i have to find a knowing that i have 2 vectors x and y with 10 values each. I tried with symsum but i have errors. help please
  1 件のコメント
darova
darova 2020 年 5 月 20 日
You should try fsolve

回答 (1 件)

Star Strider
Star Strider 2020 年 5 月 20 日
See if this does what you want:
a = sum((x - mean(x)).*y) / sum((x - mean(x)).^2);
.

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by