Could someone explain below part of code please ? I do not understand the first part [~,b]
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
[~,b] = min(abs(RealEL1));
0 commentaires
Réponse acceptée
Plus de réponses (1)
Guillaume
le 4 Oct 2017
The ~ ignores the first output of min as you're only interested in the index of the minimum, not its actual value.
Voir également
Catégories
En savoir plus sur Logical 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!