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

6 Ansichten (letzte 30 Tage)
Karel Kalista
Karel Kalista am 6 Okt. 2013
Kommentiert: Jan am 6 Okt. 2013
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 Kommentar
Jan
Jan am 6 Okt. 2013
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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by