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!