필터 지우기
필터 지우기

MATLAB R2013a coder build taking a long time.

조회 수: 1 (최근 30일)
Ruddra
Ruddra 2013년 12월 7일
댓글: Ryan Livingston 2013년 12월 10일
My MATLAB R2013a coder application took 2 hours to build a project with one function. Here is the function
function y=test(x) %#codegen
y=x*2;
end
Is there any obvious reason for such a slow compilation? My laptop is pretty decent in terms of specifications. Intel Core 2 Duo 2.2 GHz, 4 GB RAM. I have a very big project that I want to build that might take days at this speed. Please help.
  댓글 수: 1
Ryan Livingston
Ryan Livingston 2013년 12월 10일
That is definitely not expected. Could you post more detail about how you built the project? Did you change any options? What are the types and sizes of the input x? And so on...

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by