How to define a sequence that goes two directions

1 次查看(过去 30 天)
I have to write a Program that, among other things, defines a matrix and asks me to, in one line, assign the values, 12 6 0 -6 -12 12 18 24 30 36, to one row. I was thinking I should use the "x:1:y" type of command but I don't know how to make it go two directions in one command.

采纳的回答

Adam Danz
Adam Danz 2021-9-15
[12:-6:-12, 12:6:36]
ans = 1×10
12 6 0 -6 -12 12 18 24 30 36
  3 个评论
Adam Danz
Adam Danz 2021-9-16
I've been using Matlab for more than 10 years and I still find things I didn't know Matlab could do. That's the fun part of this forum 😊.
Abid Manzar
Abid Manzar 2021-9-16
For sure! I only started learning Matlab this semester and everything is new to me.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

产品


版本

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by