Where can I find the posixtime() function for MacOSX R2018a?

2 Ansichten (letzte 30 Tage)
Steven Goldsmith
Steven Goldsmith am 5 Jun. 2018
>> posixtime(1) Undefined function 'posixtime' for input arguments of type 'double'.

Antworten (1)

Kodavati Mahendra
Kodavati Mahendra am 5 Jun. 2018
syntax
p = posixtime(t)
t should be datetime array, not an integer or so.
For example
posixtime(datetime('now'))

Kategorien

Mehr zu Dates and Time finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by