Port width missmatch for Matlab Function Block in Simulink
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello everyone,
I am using a Matlab Function block in a Simulink model and I set the input data type in the Ports and Data Manager to "Inherit". The signal arriving at the input port is called "history" and of the size [10x3]. When I try to run the model I get the error:
"Port width mismatch. Input 'history' expects a signal of size [10xx3]. The signal received is of size [10x3]."
Now I know [10x3] means a matrix of the size 10 by 3, but what does [10xx3] mean and why does the program ask for that format?
I'm thankful for any kind of help.
Cheers,
Manuel
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!