sygma notation for equation

1 visualizzazione (ultimi 30 giorni)
Hello everyone
I am trying to compute a sigma summation of a simple row vectors, where:
i= 0:10:200
sin= 0:0.1:1;
sout=inv(D*LTL+ID)*D*LTt
and I need to solve E from :
help is hugely appreciated. Many thanks
  1 Commento
Septian Lesmana Sitorus
Septian Lesmana Sitorus il 14 Mag 2019
sorry for the bad picture and actually this is the equation
Picture1.png

Accedi per commentare.

Risposta accettata

Prathamesh Degwekar
Prathamesh Degwekar il 21 Mag 2019
Hi,
Maybe you can check out sumsqr() which is a function that lets you find the sum of the squared vales of a matrix.
You can find it's documentation here. [https://www.mathworks.com/help/deeplearning/ref/sumsqr.html]
Just pass (sout - sin) to this and I think it should work.
Hope this helps.
Cheers.

Più risposte (0)

Categorie

Scopri di più su Mathematics in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by