How to construct this matrix without loop?
1 回表示 (過去 30 日間)
古いコメントを表示
採用された回答
その他の回答 (1 件)
Azzi Abdelmalek
2013 年 10 月 28 日
編集済み: Azzi Abdelmalek
2013 年 10 月 28 日
Example
x=[2 4 8 12 13 19 20 25]
out=cell2mat(arrayfun(@(ii) x(ii:ii+3),(1:numel(x)-3)','un',0))
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!