'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.
0 个评论
采纳的回答
Adam
2019-2-14
doc fprintf
should work with Coder.
1 个评论
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 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!