can i obtain this vector ?
古いコメントを表示
can anyone help me to obtain this vector: v=[1 2 5 6 9 10]; i want to know, if we can obtain a relation beteween the vector's elements ?
採用された回答
その他の回答 (1 件)
Jan
2017 年 10 月 20 日
V = cumsum([3, 1, 3, 1, 3, 1]) - 2
カテゴリ
ヘルプ センター および File Exchange で Resizing and Reshaping Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!