find minimum value greater than zero in the rows
69 views (last 30 days)
Show older comments
Bathrinath
on 10 Jun 2014
Commented: Andrei Bobrov
on 10 Jun 2014
a=[9,32,7,0,0,0,0,0;15,32,9,0,0,0,0,0;25,42,0,0,0,0,0,0];i have to find out minimum value in 'a' which should be greater than zero.my answer has to be b=[7;9;25].suggest some points
0 Comments
Accepted Answer
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!