Community Profile

photo

Harold Meggs


Con actividad desde 2015

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Respondida
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...

alrededor de 9 años hace | 0

Pregunta


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: ...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas