Effacer les filtres
Effacer les filtres

How to find the corresponding value?

2 vues (au cours des 30 derniers jours)
hj lee
hj lee le 12 Juin 2020
Commenté : hj lee le 12 Juin 2020
Hello,
a = [ 1 2 3 6 8 4 ]
b = [10 11 12 13 14 15]
maxa= max(a)
bb = 14;
in this case, I want to find bb which correspond to the maximum value of a.
(because 'max(a)' located in the fifth, so I want to indicate the fifth value of the 'b')
how to do it?

Réponse acceptée

madhan ravi
madhan ravi le 12 Juin 2020
Modifié(e) : madhan ravi le 12 Juin 2020
  1 commentaire
hj lee
hj lee le 12 Juin 2020
Thank you so much!
[ , ] is expressing the data sequence?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Mathematics dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by