Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

i want to solve this equation

3 Ansichten (letzte 30 Tage)
Ana Monea
Ana Monea am 20 Mai 2020
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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 Kommentar
darova
darova am 20 Mai 2020
You should try fsolve

Antworten (1)

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

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by