sygma notation for equation
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Septian Lesmana Sitorus
el 14 de Mayo de 2019
Respondida: Prathamesh Degwekar
el 21 de Mayo de 2019
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 :
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/219494/image.png)
help is hugely appreciated. Many thanks
Respuesta aceptada
Prathamesh Degwekar
el 21 de Mayo de 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.
Just pass (sout - sin) to this and I think it should work.
Hope this helps.
Cheers.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Matrix Indexing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!