show table from bottom to top
    5 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Cristian Martin
 el 10 de Jun. de 2022
  
    
    
    
    
    Comentada: Cristian Martin
 el 10 de Jun. de 2022
            Hi,
data = 'test.xlsx';
set(handles.uitable1, 'Data', data);
I want in uitable1 the values from excel to be shown from last row to first...can you give me an ideea ?
I have 2015a version.
0 comentarios
Respuesta aceptada
  dpb
      
      
 el 10 de Jun. de 2022
        data=flipud(data);
first...I'm pretty sure there's no direction flag in the uitable properties like in an axes to reverse the displayed direction.
Más respuestas (0)
Ver también
Categorías
				Más información sobre Spreadsheets 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!

