excel dates
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
really annoying problem with importing dates from excel into matlab. The dates in excel are in the format mm/dd/yyyy but when I read them into matlab, the format changes to dd/mm/yyyy. I'm using:
[num,txt,raw] = xlsread(filename,-1);
Why isn't matlab keeping the same format?
0 件のコメント
回答 (0 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!