sygma notation for equation
1 次查看(过去 30 天)
显示 更早的评论
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
采纳的回答
Prathamesh Degwekar
2019-5-21
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!