Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

datenum and Coder incomaptibility

3 visualizaciones (últimos 30 días)
Yossi Chait
Yossi Chait el 24 de Sept. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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

Respuestas (1)

Pratheek Punchathody
Pratheek Punchathody el 20 de Nov. de 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

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by