I want to add number in given sequention
1 view (last 30 days)
Show older comments
I want to add 0.5 to x2, x5, x8, x11 and so on, without altering the value of x1, x3, x4, x6, x7, x9, x10. How to write code for such problem.
Thank you
0.709416 x1
0.709416 x2
0.709416 x3
0.707508 x4
0.707508 x5
0.707508 x6
0.705603 x7
0.705603 x8
0.705603 x9
0.703701 x10
0.703701 x11
0 Comments
Accepted Answer
See Also
Categories
Find more on Loops and Conditional Statements 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!