How to add a value to a already existing matrix?
3 views (last 30 days)
Show older comments
KB=[1 3;4 5] for i:Nbarras Mgl(i,1)= Mgl(i,1) + KB(i,1)
which method is correct? for i:Nbarras Mgl(i,1)= Mgl(i,1) + KB(i,1)
or for i:Nbarras Mgl(i,1)=+KB(i,1)
or somehow else?
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!