how to code for a equation with summation symbol
Show older comments
how to code for a equation containing summation like this
sum(i=1to10)sum(j=1to2)BijXi
2 Comments
Azzi Abdelmalek
on 4 Sep 2012
what are sizes of B and X
Kevin Claytor
on 4 Sep 2012
This would be a perfect case for a pair of nested for loops.
Accepted Answer
More Answers (0)
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!