how to truncate an array containing 500 elements?
古いコメントを表示
I only need 100th to 500th elements.how to avoid the first 100 elements?
ASAP...................
回答 (1 件)
Azzi Abdelmalek
2015 年 8 月 12 日
編集済み: Azzi Abdelmalek
2015 年 8 月 12 日
A=rand(1,500) % example
A(101:end)
カテゴリ
ヘルプ センター および 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!