Community Profile

photo

Alex McQueen


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How this code works and why for? What action does this code take?
A = [11 9 2 47 13 8 9 12]; for i=1:length(A)-1 for j = 2:length(A) if (A(j-1)> A(j)) ...

4 years ago | 1 answer | 0

1

answer