How to sort the rows of a cell?
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Nethravathi S
 el 3 de Oct. de 2021
  
    
    
    
    
    Comentada: Nethravathi S
 el 4 de Oct. de 2021
            Hello,
I have a (4,1) cell. 
How to sort the contents of the cell rowwise.
0 comentarios
Respuesta aceptada
Más respuestas (1)
  Image Analyst
      
      
 el 3 de Oct. de 2021
        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.
0 comentarios
Ver también
Categorías
				Más información sobre Shifting and Sorting Matrices en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


