How to do this one..??
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Maruti Patil
le 11 Sep 2015
Commenté : Maruti Patil
le 11 Sep 2015
Suppose I have three numbers 6 3 and 9
I want to assign
x1=lowest number
x3=highest number
x2= remaining number
How to do this??
0 commentaires
Réponse acceptée
James Tursa
le 11 Sep 2015
Modifié(e) : James Tursa
le 11 Sep 2015
Put the numbers into a vector, sort the vector, then make assignments to your variables from this sorted vector.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Shifting and Sorting Matrices dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!