C code generation, "unknown complier" occured
조회 수: 1 (최근 30일)
이전 댓글 표시
hi,when i studying how to generate c code using matlab in a book, an error in the code generation report occured:unknown complier. how can i overcome that error?
P.S. the function in my exercise is
function c=myadd(a,b)
c=a+b;
댓글 수: 0
채택된 답변
Azzi Abdelmalek
2012년 12월 16일
You have to chose your compiler. In Matlab command
mex -setup
Then choose your compiler
댓글 수: 2
추가 답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!