photo

Harold Meggs


Attivo dal 2015

Followers: 0   Following: 0

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Risposto
How do I find the two smallest values in varargin?
I have also tried this: Xs = sort(varargin); min2nd = Xs{1,2}; minVal=min(varargin); area=min2nd*m...

oltre 9 anni fa | 0

Domanda


How do I find the two smallest values in varargin?
For example, the varargin input is 5,3,6 I want to multiply the the two lowest values, 5*3. I have tried this: ...

oltre 9 anni fa | 2 risposte | 0

2

risposte