what is the basic MATLAB code for circular left shift for elements in matrix
Show older comments
what is the basic MATLAB code for circular left shift for elements in matrix
Answers (1)
Walter Roberson
on 6 Jun 2017
circshift(TheArray, -NumberOfPositions, 2)
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!