Import excel sheet column to drop down component fields
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Dhananjay Singh
el 28 de Oct. de 2021
Respondida: KSSV
el 28 de Oct. de 2021
I am making an app on app designer and want to add a button such that the dropdown component fields are taken from the excel sheet and updated and not manually enter the fields in design view.
0 comentarios
Respuesta aceptada
KSSV
el 28 de Oct. de 2021
You can load the excel file using readtable. This will give you a table with column names as the naems given in excel file.
T = readtable('myfile.xlsx') ;
T.properties
0 comentarios
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!