How do I replace elements of matrix which are greater than 9 with value 9 without using for loop?
    4 views (last 30 days)
  
       Show older comments
    
    Satyajit Ghosh
 on 1 Oct 2021
  
    
    
    
    
    Commented: Satyajit Ghosh
 on 1 Oct 2021
                I am working on an optimization problem. To make it run faster I need to do calculation inside defined function using matrices and not using foor loops. In that context I have this problem where a row matrix elements need to replaced by 9 if it is greater than 9. Can this be done using some matrix notation or I have to use for loop.
Thanks
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
				Find more on Loops and Conditional Statements 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!
