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