How to sort the rows of a cell?

 Risposta accettata

dpb
dpb il 3 Ott 2021
s=sort([x{:}]); % where x is the cell array

Più risposte (1)

Image Analyst
Image Analyst il 3 Ott 2021

0 voti

A cell can have anything it in, like arrays, structures, tables, even other cell arrays. See the FAQ:
So you can't sort them. Even if the cells contain matrices, you can't sort across cells. However you could sort the contents of each cell independently.
What is inside each of your four cells? You forgot to attach it in a .mat file so we don't know.

Categorie

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by