Group: comp.unix.shell · Group Profile · Search for characters in comp.unix.shell
Author: Janis Papanagnou
Date: Jun 7, 2010 16:54
On Apr 22, 5:59 am, "Shivani Joshi" <shivani.air11a...@gmail.com> wrote: hello i have a long array of string of characters. specifically, i have tday = ((timestamp_sec)./ 86400)-(7/24); time = datestr(datenum(1970,1,1)+tday); where timestamp_sec is a vector of length 1000. when i use xlswrite('doit.xls',datestr(datenum(1970,1,1)+tday), 'tsRR', 'A2:G1001'); or xlswrite
|