help-octave
[Top][All Lists]
Advanced

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

Re: How to inspect Datenum code


From: gciriani
Subject: Re: How to inspect Datenum code
Date: Wed, 6 Sep 2017 07:33:41 -0700 (MST)

Found the code at C:\Octave\Octave-4.2.1\share\octave\4.2.1\m\time\datenum.m

Now the hard part, understanding what goes wrong. The corresponding code
does the following
monthstart (mod (month-1,12) + 1)
and according to to the error message the subscript 
mod (month-1,12) + 1
equates to 1.5



-----
Giovanni Ciriani - Windows 10, Octave 4.2.1, configured for x86_64-w64-mingw32
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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