Tuesday, October 20, 2015

[MATLAB][Trouble shooting] MTIMES is not fully supported for integer classes.

Error using * MTIMES is not fully supported for integer classes. At least one input must be scalar. To compute elementwise TIMES, use TIMES (.*) instead.


When using a GPU, the types of variables should be same.
Like, both are double or both are integer...
-> 'Cast' the data type to double or integer

No comments:

Post a Comment