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.

 Akzeptierte Antwort

Adam
Adam am 14 Feb. 2019

1 Stimme

doc fprintf
should work with Coder.

1 Kommentar

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 .

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB Coder finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by