Learn R Programming

RTransProb (version 0.3.3)

matlabToPOSIX: Convert a numeric MATLAB datenum to R POSIXt time values

Description

This function is used to convert a numeric MATLAB datenum

Usage

matlabToPOSIX(gTime, timez)

Arguments

gTime

a MATLAB datenum value

timez

time zone, default is "UTC"

Value

R POSIXt time values.

Examples

Run this code
# NOT RUN {
matlabToPOSIX(734139)

# }

Run the code above in your browser using DataLab