C Caller with Multidimensional Signals in Simulink
조회 수: 5 (최근 30일)
이전 댓글 표시
How to deal with multidimensional data inputing the C caller function?
How the argument of the C-function looks like where inutting vector of 3-elements ?
double myTEST(double *u){}
Error:Error in port widths or dimensions. 'Output Port 1' of 'Vec3' is a one dimensional vector with 3 elements.
Error in port widths or dimensions. 'Input Port 1' of 'myTEST' is a one dimensional vector with 1 elements.
댓글 수: 0
답변 (2개)
Umang Pandey
2024년 11월 5일
Hi Jack,
I recommend checking out the following MATLAB blog post titled "How to Correct Errors in Port Width or Dimension in Simulink," which specifically addresses the error you're encountering. It provides various debugging approaches and solutions:
Additionally, the following MATLAB answers might also be of help:
Best,
Umang
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!