Making a row vector
23 次查看(过去 30 天)
显示 更早的评论
Hey Everyone,
how would you mak a row vector that goes from 0 to 100 and then back down to 0, by increments of 5?
I know how to make it go from 0 to 100 but back down to 0 by increments of 5 I am lost on.
I think it would of been
v = 0:1:100 , 100: -5: 0
but i'm worng.
0 个评论
采纳的回答
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!