what is the basic MATLAB code for circular left shift for elements in matrix

3 views (last 30 days)
what is the basic MATLAB code for circular left shift for elements in matrix

Answers (1)

Walter Roberson
Walter Roberson on 6 Jun 2017
circshift(TheArray, -NumberOfPositions, 2)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!