필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

interface error at running embedded matlab

조회 수: 2 (최근 30일)
studentU
studentU 2015년 5월 16일
마감: MATLAB Answer Bot 2021년 8월 20일
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?

답변 (1개)

Walter Roberson
Walter Roberson 2015년 5월 17일
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 ??

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by