How to define a sequence that goes two directions

1 回表示 (過去 30 日間)
Abid Manzar
Abid Manzar 2021 年 9 月 15 日
コメント済み: Abid Manzar 2021 年 9 月 16 日
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 Center および File ExchangeMatrix Indexing についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by