generating a sequence 1,2,3,4,....,n
古いコメントを表示
Without using a for loop, how can I generate an index 1,2,3,...,n?
採用された回答
その他の回答 (1 件)
Arsal noor
2020 年 10 月 22 日
1 投票
X = [1 2 3 4]
カテゴリ
ヘルプ センター および File Exchange で Matrix Indexing についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!