octave-maintainers
[Top][All Lists]
Advanced

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

datenum with fractional months


From: David Bateman
Subject: datenum with fractional months
Date: Sun, 20 May 2012 21:28:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

Looking at the bug #36482 it seems that the issue is that datetick is
calling datenum with a fractional month, which is not currently allowed
with Octave's datenum function. However the fix could either go into
datetick or datenum. I suppose it would be best to follow what matlab
does in this case. Could someone with access to matlab tell me what

datenum(2012,5.5)
datenum(2012,5.5,15)

give?

Thanks
David



reply via email to

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