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

1 回表示 (過去 30 日間)
Steven Goldsmith
Steven Goldsmith 2018 年 6 月 5 日
コメント済み: Steven Goldsmith 2018 年 6 月 5 日
>> posixtime(1) Undefined function 'posixtime' for input arguments of type 'double'.

回答 (1 件)

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

カテゴリ

Help Center および File ExchangeDates and Time についてさらに検索

タグ

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by