Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

i want to solve this equation

3 visualizaciones (últimos 30 días)
Ana Monea
Ana Monea el 20 de Mayo de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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 comentario
darova
darova el 20 de Mayo de 2020
You should try fsolve

Respuestas (1)

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

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by