Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

interface error at running embedded matlab

4 Ansichten (letzte 30 Tage)
studentU
studentU am 16 Mai 2015
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
when i run my model, it's generate this error: MATLAB Function Interface Error: MATLAB expression 'mtimes' is not numeric. Block MATLAB Function (#19) While executing: none
i don't use any variable 'mtimes', do you have an ideato resolve it?

Antworten (1)

Walter Roberson
Walter Roberson am 17 Mai 2015
mtimes is the formal name of the algebraic matrix multiplication operator symbolized by "*" Somehow a reference to the function is being passed into a location where a number is expected. What is the content of your MATLAB Function Block ??

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by