Community Profile

photo

Sharrafa Khan


Last seen: mer än 2 år ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How do I switch location of the largest and smallest elements of an array?
vect = randi(20,1,15) partA = round(vect) partB=min(partA) partC=max(partA) MeanValue=mean(vect) ind = find(partA~=Mea...

mer än 2 år ago | 1 answer | 0

1

answer