coder matlab to C
이전 댓글 표시
Hello,
I have problem about coder.
I watched coder video and I just followed example but I can not make C script.
the code is below
function y = ex01(a,b)
y = a*b
that is all...
but when I run coder C....
I received message
Function 'ex01' called with wrong number of arguments: expected 2, received 0.(from matlab 2016)
??? A 'Selected' compiler was not found. You may need to run mex -setup.(from matlab 2013)
please tell me. what is wrong..
Thank you for your reading
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!