Info

この質問は閉じられています。 編集または回答するには再度開いてください。

About Coder Dealing with Complex Nubmer

1 回表示 (過去 30 日間)
James D.B. Wang
James D.B. Wang 2014 年 9 月 22 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 件のコメント
Denis Gurchenkov
Denis Gurchenkov 2014 年 9 月 23 日
Hi James, can you post the example that you are trying to compile? imag() and isreal() require an input.

回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by