find value close to zero in array

Hey everybody,
I have an array (44x5) with number between -85.95 and 85.95, and I would like to find the value which is close to Zero in the columns 3 & 4

 Accepted Answer

[~,location]=min( abs( yourArray(:,3:4) ) )

More Answers (0)

Categories

Asked:

on 30 Sep 2019

Answered:

on 30 Sep 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!