Index of a Column Vector

26 ビュー (過去 30 日間)
Ahmet Cin
Ahmet Cin 2019 年 12 月 29 日
コメント済み: Ahmet Cin 2019 年 12 月 30 日
Hello,
I want to show the first, the second and the sixth element of a 7x1 vector. Which function i should use ?
Thanks for help!

回答 (1 件)

Thiago Henrique Gomes Lobato
Thiago Henrique Gomes Lobato 2019 年 12 月 29 日
Just use brackets for the array index
A = 1:7;
A([1,2,6])
ans =
1 2 6
  1 件のコメント
Ahmet Cin
Ahmet Cin 2019 年 12 月 30 日
Thank you very much.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by