'disp' equivalent to be used with Matlab Coder

2 visualizaciones (últimos 30 días)
Veeresh Sajjan
Veeresh Sajjan el 14 de Feb. de 2019
Comentada: Walter Roberson el 14 de Feb. de 2019
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.

Respuesta aceptada

Adam
Adam el 14 de Feb. de 2019
doc fprintf
should work with Coder.
  1 comentario
Walter Roberson
Walter Roberson el 14 de Feb. de 2019
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 .

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB Coder en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by