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

1 vue (au cours des 30 derniers jours)
Steven Goldsmith
Steven Goldsmith le 5 Juin 2018
>> posixtime(1) Undefined function 'posixtime' for input arguments of type 'double'.

Réponses (1)

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

Catégories

En savoir plus sur Dates and Time dans Help Center et File Exchange

Tags

Produits


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by