App Designer: Create drop down list from unique table values
    5 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    mackhina
 el 19 de En. de 2020
  
    
    
    
    
    Respondida: mackhina
 el 19 de En. de 2020
            Hi everyone,
Is there a work around in App Designer to set the drop down list as unique numbers from a table? 
t = readtable('example.xlsx', 'Sheet', 1);
unique_values = table2array(unique((t(:,1))))
app.DropDown.Items = unique_values; 
I want to be able to select a unique numerical value from a drop down, then use that numerical value to do a calculation? 
Thanks in advance for any help!
Cheers
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
				Más información sobre Develop Apps Using App Designer 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!
