'disp' equivalent to be used with Matlab Coder

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일

1 개 추천

doc fprintf
should work with Coder.

댓글 수: 1

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개)

카테고리

도움말 센터File Exchange에서 MATLAB Coder에 대해 자세히 알아보기

태그

질문:

2019년 2월 14일

댓글:

2019년 2월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by