Export value fromMatlab GUI
Mostra commenti meno recenti
Hallo everybody!
So I have a little problem, I need take a value from edittext and import in Excel? I now this code: filename = 'testdata.xlsx'; A = {'Time','Temperature'; 12,98; 13,99; 14,97}; sheet = 2; xlRange = 'E1'; xlswrite(filename,A,sheet,xlRange)
In this code value edit with hand, but how take from Tag:EditText if in Edit Text was another value...
Thanks
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Spreadsheets in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!