.* operator (dot multiplyer operator) in Matlab C DLL
이전 댓글 표시
Hi, I compiled a simple Matlab function where I am just multiplying two vectors item by item.
c = a .* b;
When I run the DLL, it generates an error.
I tried to replace the dot operator with dot() function, but the result was the same.
Does anybody know why ?
댓글 수: 1
Jan
2013년 10월 6일
If you want us to improve your code, which causes an error message, show us the code and the error message. Otherwise we cannot guess what the problem is.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!