필터 지우기
필터 지우기

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

조회 수: 3 (최근 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 CenterFile Exchange에서 Calendar에 대해 자세히 알아보기

태그

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by