Python Forum
Error when converting MATLAB's datenum to Python's datetime
Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error when converting MATLAB's datenum to Python's datetime
#2
Formula that you are using is based on assumption that matlab datenum is representing days from Jan 1, 0 with fractional part representing part of day.

It seems that your datenum is probably number of seconds from Jan 1, 0 (while fractional part is mysterious). If its really seconds from some date, you can use datetime.datetime.fromtimestamp(), it uses seconds from Jan 1, 1970, so you would need to subract your "matlab datenum" for Jan 1, 1970 to get seconds from Jan 1, 1970.
Reply


Messages In This Thread
RE: Error when converting MATLAB's datenum to Python's datetime - by zivoni - Mar-31-2017, 10:38 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Media Pipe Python Interfacing with MATLAB cmcreecc 1 166 May-30-2024, 07:23 AM
Last Post: TrentErnser
  Value error when converting hex value to bytearray shubhamjainj 7 10,825 Mar-20-2023, 05:30 PM
Last Post: Skaperen
  Converting python to FileMaker DWolf 6 1,861 Sep-22-2022, 03:40 AM
Last Post: DWolf
  Error when Excelwriter saving a dataframe with datetime datatype with timezone klllmmm 3 13,914 Dec-08-2020, 11:37 AM
Last Post: Larz60+
Photo Matlab to Python Sateesh 0 1,740 Nov-04-2020, 09:11 AM
Last Post: Sateesh
  From Matlab to Python erbab 1 2,085 Oct-27-2020, 02:16 PM
Last Post: jefsummers
  Arrays in MATLAB and PYTHON cokhuatlanyeuthuongconhetmuc 2 2,275 Jul-24-2020, 10:47 AM
Last Post: cokhuatlanyeuthuongconhetmuc
  Matlab to Python -- Parallel Computing zistambo 1 2,045 Jun-10-2020, 04:59 PM
Last Post: pyzyx3qwerty
  Python v MatLab for graphs and plots CynthiaMoore 4 3,162 Apr-22-2020, 02:13 PM
Last Post: CynthiaMoore
  python equivalent to MATLAB xcov chai0404 2 3,985 Apr-02-2020, 10:29 PM
Last Post: chai0404

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020