How to import Pushbutton results into Excel file?
Afficher commentaires plus anciens
Hello, I am new to MATLAB. I have two push buttons in my GUI- OK / N-OK a I need to import ok/n-ook into excel file depending which button is pushed. Can anyone help me please?
2 commentaires
Jan
le 20 Nov 2017
Which data do you want to "import"?
Linda Hornakova
le 20 Nov 2017
Réponses (1)
Linda
If I understand your question correctly, you can use a table in the GUI with the 2 columns (using uitable). You can enter the picture names on one column and then update OK/N-OK by pressing pushbuttons. And then you can export the table contents to an Excel sheet using another push button(using xlswrite)
Regards
PG
1 commentaire
Linda Hornakova
le 30 Nov 2017
Modifié(e) : Linda Hornakova
le 30 Nov 2017
Catégories
En savoir plus sur Spreadsheets dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!