![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6451368_1522114785688_DEF.jpg)
Harold Meggs
自 2015 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
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...
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...
10 years 前 | 0
提问
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: ...
10 years 前 | 2 个回答 | 0