Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
>> posixtime(1) Undefined function 'posixtime' for input arguments of type 'double'.

Risposte (1)

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

Categorie

Scopri di più su Dates and Time in Help Center e File Exchange

Tag

Prodotti


Release

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by