Effacer les filtres
Effacer les filtres

How to sort a cell array of chars in descending order

8 vues (au cours des 30 derniers jours)
gmltn1212
gmltn1212 le 16 Juil 2020
Commenté : madhan ravi le 16 Juil 2020
Hi, I am trying to sort an array of chars in descending order
I tried to use sort() but its giving an error saying 'Only one input argument is supported for cell arrays'. Can anyone help me on this?
given array is 3x1 cell
array = {Orange}
{Yellow}
{Purple}

Réponses (1)

madhan ravi
madhan ravi le 16 Juil 2020
V = sort(array);
Wanted = V(end : -1 : 1)

Catégories

En savoir plus sur Shifting and Sorting Matrices 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