Vectorized circshift

Allows you to develop a matrix of circshift without loops
393 Downloads
Updated 3 Apr 2013

View License

You can enter a vector you want to circshift along with a vector of the shift sizes and get a matrix back with each row having the corresponding circshift.

Cite As

Scott Teuscher (2024). Vectorized circshift (https://www.mathworks.com/matlabcentral/fileexchange/41051-vectorized-circshift), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Sparse Matrices in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

was not doing the calculation right was using the vectToShift and not the indicies

1.0.0.0