Timer Object throws an exception when the system is changed.

조회 수: 1 (최근 30일)
Chetan Aswathanarayana
Chetan Aswathanarayana 2013년 6월 19일
Test Case:
1) Create a periodic timer object. say: >>t = timer('ExecutionMode','fixedRate','Period',0.25); and then start it.
>> start(t);
2) When the Timer object is still running , Trying chaging the system time.
Observation : MATLAB will report an exception. Is that normal (Expected) ?

채택된 답변

Jan
Jan 2013년 6월 19일
It depends on the definition of "expected". This behavior is not bewildering or mysterious, but changing the system time is no such exceptional that I would expect the timer to crash.
Please send the error report together with the OS and Matlab version information to the technical support and ask for an enhancement.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Construct and Work with Object Arrays에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by