Datetime class: Specifying the display format is not supported in code generation.
11 次查看(过去 30 天)
显示 更早的评论
I need to use 'Format' in datetime like following:
time = datetime('now','Format','HHmmss.SSS')
This outputs: 144426.300
But when I try to use this in SImulink user defined function, I get the following error:
Specifying the display format is not supported in code generation.
Anyone knows how can I get the specific format in code generation? I went through the following page:
But didn't understand how it helps.
1 个评论
Walter Roberson
2021-3-17
https://www.mathworks.com/help/coder/ug/datetime-array-limitations-for-code-generation.html
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!