Community Profile

photo

Mert Demir


Last seen: nästan 4 år 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:...

ungefär 5 år ago | 1