Exporting results to excel
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Joseph Cheng
2014 年 7 月 3 日
there is a function xlswrite() which if you look at the documentation you can specify the row, column, and sheet to write to.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!