photo

Mert Demir


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Sorting in Descending Order without SORT
clc; clear all N=input('N: '); for i=1:N x(i)=input('X;'); end disp(x); for j=1:N-1 eb=x(j);es=j; for i=j+1:...

5 years ago | 1