- Get the data those are greater than 1: mat>1
- Subtract 1 from all elements of the matrix - mat-1
- Get the min one - min(mat)
How can I find a number from a matrix, which is greater than and closest to 1.
    2 views (last 30 days)
  
       Show older comments
    
How can I find a number from a matrix, which is greater than and closest to 1. As I showed in attached table as an example.  I know about indexing that just specifying the row and coloum I can find, however, if I have a huge matrix  and  I need to find this number and its row and coloumn than how can I find using find command etc. Thanks in advance. 

0 Comments
Accepted Answer
  KALYAN ACHARJYA
      
      
 on 21 Nov 2021
        
      Edited: KALYAN ACHARJYA
      
      
 on 21 Nov 2021
  
      Hints: Use logical indexing
More Answers (0)
See Also
Categories
				Find more on Matrix Indexing in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
