Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

About Coder Dealing with Complex Nubmer

1 visualización (últimos 30 días)
James D.B. Wang
James D.B. Wang el 22 de Sept. de 2014
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I found that some functions cannot be generated into C-code properly. For examples,
  1. a = imag() => in the generated C-code, the return is always a = 0
  2. b = isreal() => in the generated C-code, the return is always b = True
Any setting I should apply before executing Coder?
  1 comentario
Denis Gurchenkov
Denis Gurchenkov el 23 de Sept. de 2014
Hi James, can you post the example that you are trying to compile? imag() and isreal() require an input.

Respuestas (0)

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by