how to save value(to worksheet from gui)?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hojae Ahn
il 10 Giu 2016
Modificato: Stephen23
il 10 Giu 2016
how to save value from gui edit text?

1 Commento
Risposta accettata
Walter Roberson
il 10 Giu 2016
val1 = str2num( get(handles.editbox1, 'String') );
xlswrite('YourFile.xlsx', val1);
4 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su String Parsing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
