Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
Steven Goldsmith
Steven Goldsmith el 5 de Jun. de 2018
Comentada: Steven Goldsmith el 5 de Jun. de 2018
>> posixtime(1) Undefined function 'posixtime' for input arguments of type 'double'.

Respuestas (1)

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

Categorías

Más información sobre Calendar en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by