Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Compare between matrices to find the max

1 vue (au cours des 30 derniers jours)
Antonio Faggio
Antonio Faggio le 21 Fév 2018
Clôturé : MATLAB Answer Bot le 20 Août 2021
Hello there! I have a problem with my matlab program. I should compare a lot of matrices and choose for every position i,j the max and create a new matrix with this max. Have you some ideas to do this? Thanks to everyone

Réponses (1)

Bhuvnesh Singh
Bhuvnesh Singh le 28 Fév 2018
In order to achieve this you can use max function.
If you have two matrices A and B
M = max(A,B)

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by