Clear Filters
Clear Filters

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

1 view (last 30 days)
>> posixtime(1) Undefined function 'posixtime' for input arguments of type 'double'.

Answers (1)

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

Tags

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!