What for command or loop is appropriate?
显示 更早的评论
Hi,
I'm going to define a loop which adds a certain value to each row of my 512 rows and 1 column data. The certain value is 0.3, so it must become like this:
0.3
0.6
0.9
0.12
0.15 and so on till the 512th row which is 512*0.3
Anyone knows the for command for this loop? Thanks
采纳的回答
更多回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!