help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: convert date/time input(in a array cell) as a serial day number arra


From: Kai Torben Ohlhus
Subject: Re: convert date/time input(in a array cell) as a serial day number array
Date: Wed, 18 Jul 2018 13:08:12 +0200

On Wed, Jul 18, 2018 at 6:41 AM LucaLuca <address@hidden> wrote:
hi,

look this:

i've array cell

  [84,1] = 01-Apr-2018
  [85,1] =Nan
  [86,1] =Nan
  [87,1] =Nan
  [88,1] = 01-Ago-2018
  [89,1] =Nan
  [90,1] =Nan

i try to convert it in serial day number array

datenum (string_dat_rp)

but i receive this error:

error: datevec: none of the standard formats match the DATE string



The problem is clear:

>> datenum ("Nan")
error: datevec: none of the standard formats match the DATE string 

What do you expect the output to be in this case?

Kai

reply via email to

[Prev in Thread] Current Thread [Next in Thread]