exporting data using xlswrite for each 24 hours?
古いコメントを表示
dear all, by using xlswrite('DATA', DATA, 'output_data', sprintf('A%d')); i can export my DATA to excel sheet. Since,its is a part of real-time video analysing, i'd like to save data for each 24 hours, i mean after 24-hours it can automatically export to another excel file and so on.. can you help me please
4 件のコメント
Geoff Hayes
2016 年 7 月 8 日
Abo - does your software already know when you have reached the 24 hours and so should write the data to file? Are you using a timer for this?
Abo
2016 年 7 月 11 日
Geoff Hayes
2016 年 7 月 11 日
Right, but have you written your MATLAB code to use a timer that expires in 24 hours? Please provide more details including a brief description of what code you have written and what you need help with.
Abo
2016 年 7 月 11 日
編集済み: Geoff Hayes
2016 年 7 月 11 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Standard File Formats についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!