Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

About Coder Dealing with Complex Nubmer

1 visualizzazione (ultimi 30 giorni)
James D.B. Wang
James D.B. Wang il 22 Set 2014
Chiuso: MATLAB Answer Bot il 20 Ago 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 Commento
Denis Gurchenkov
Denis Gurchenkov il 23 Set 2014
Hi James, can you post the example that you are trying to compile? imag() and isreal() require an input.

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by