Community Profile

photo

Fernando


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How to find second largest value in an array?
function [ y ] = second_min( x ) y = min(x(x>min(x))); end & function [ y ] = second_max( x ) y...

9 years ago | 20