how to export datetime time series to excel

조회 수: 24 (최근 30일)
navan
navan 2017년 2월 25일
답변: dpb 2017년 2월 26일
I have a datetime time series in matlab. I would like to export it to excel. I tried xlswrite but an error named
"Error using xlswrite (line 165) Input data must be a numeric, cell, or logical array"
How can i resolve it. Please help.

답변 (1개)

dpb
dpb 2017년 2월 26일
doc exceltime
xlswrite('yourfile.xls',exceltime(yourdatetimearray))

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by