.* operator (dot multiplyer operator) in Matlab C DLL

7 ビュー (過去 30 日間)
Karel Kalista
Karel Kalista 2013 年 10 月 6 日
コメント済み: Jan 2013 年 10 月 6 日
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
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 件)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by