what is the basic MATLAB code for circular left shift for elements in matrix
古いコメントを表示
what is the basic MATLAB code for circular left shift for elements in matrix
回答 (1 件)
Walter Roberson
2017 年 6 月 6 日
circshift(TheArray, -NumberOfPositions, 2)
カテゴリ
ヘルプ センター および 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!