interface error at running embedded matlab
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
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?
0 个评论
回答(1 个)
Walter Roberson
2015-5-17
0 个投票
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 ??
0 个评论
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!