how to construct this equation in for loop......?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
href="http://www.codecogs.com/eqnedit.php?latex=k=\sum_{u=1}^{S_{u_{}}}-2" target="_blank" rel="nofollow noopener noreferrer"<img src="http://latex.codecogs.com/gif.latex?k=\sum_{u=1}^{S_{u_{}}}-2" title="k=\sum_{u=1}^{S_{u_{}}}-2" /></a>
image:<<<<<<http://latex.codecogs.com/gif.latex?k=\sum_{u=1}^{S_{u_{}}}-2>>>>>>
Answers (1)
Lalit Patil
on 7 Jan 2013
sv = 5;
for u = 1:(sv-2)
k(u) = sum(...)
end
This question is closed.
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!