Info

This question is closed. Reopen it to edit or answer.

datenum and Coder incomaptibility

1 view (last 30 days)
Yossi Chait
Yossi Chait on 24 Sep 2019
Closed: MATLAB Answer Bot on 20 Aug 2021
Matlb Coder does not suppoer functions that such datenum and weeknum. Does anyone have alternative M-files that can be handled by the Coder? thanks in advance

Answers (1)

Pratheek Punchathody
Pratheek Punchathody on 20 Nov 2020
datenum is not supported for code generation in the previous version before R2019a. However, as a workaround datetime does support code generation and it is recommended to use datetime over datenum, even when not doing code generation.
Refer to the Documentation for more information on the datetime

Community Treasure Hunt

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

Start Hunting!