|
From: | Nicholas Jankowski |
Subject: | Re: How to inspect Datenum code |
Date: | Wed, 6 Sep 2017 10:44:52 -0400 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |