Exporting results to excel
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Connor
am 3 Jul. 2014
Beantwortet: Joseph Cheng
am 3 Jul. 2014
I am working on a program using GUI that takes the wavelet transform of an ecg signal, however, several different functions are used and I want to export the results of each of these functions to an excel spreadsheet - the same sheet, and have them fill the next available row or column (either works). Is there a way to do so?
0 Kommentare
Akzeptierte Antwort
Joseph Cheng
am 3 Jul. 2014
there is a function xlswrite() which if you look at the documentation you can specify the row, column, and sheet to write to.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!