I want to make date on output excel file.

1 view (last 30 days)
Hello. I import excelfile (▽,1.JPG). After I import the data summarized over 15 minutes.
</matlabcentral/answers/uploaded_files/55320/1.JPG> But I want to make date on result (:,1). (2.JPG) </matlabcentral/answers/uploaded_files/55321/2.JPG> What should I do?

Accepted Answer

Shameer Parmar
Shameer Parmar on 30 Jun 2016
dateArray = xlsread('filename.xlxs','Sheet','A1:A100');

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!