'disp' equivalent to be used with Matlab Coder

2 次查看(过去 30 天)
I wanted to display few commets from a dll ,generated using Matlab Coder ; since there is no support for 'disp' function ,is there any other function/workaround that'll do the job.

采纳的回答

Adam
Adam 2019-2-14
doc fprintf
should work with Coder.
  1 个评论
Walter Roberson
Walter Roberson 2019-2-14
Yes it is supported by coder.
Output of arrays by automatic repeating the format is not supported . Automatic detection of variable type is not supported . Display of structured type is not supported .
So... know your data types and loop if necessary .

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB Coder 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by