how to set values in the particular column to constnat value based on greater than equal to criteria

1 vue (au cours des 30 derniers jours)
Hi,
For Instance, lets say I have a matrix A of size 5000 x 7, I would like to set all the values greater than 1 in the column 7 i.e.( A (:,7) ) to be 1, may I know how to implement this ??

Réponse acceptée

KSSV
KSSV le 24 Août 2022
A(A(:,7)>1,7) = 1 ;

Plus de réponses (0)

Catégories

En savoir plus sur Multidimensional Arrays dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by