How do you read this code?

Can somebody break down how they would read this code?
>> A=[0:2:10];k=2;
>> B=A(mod((1:end)-k-1,end)+1);
I end up with B=A(9 10 0 1 2 3 4 5 6 7)...

 Accepted Answer

Walter Roberson
Walter Roberson on 11 Jun 2015

1 Comment

What Walter is trying to say is that, don't post same questions, I believe!

Sign in to comment.

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!