Simulink error: All inputs must be constant.
조회 수: 13 (최근 30일)
이전 댓글 표시
Hey,
I receive the following error message when trying to run the Simulink model.
All inputs must be constant.
P-code function 'p_file.p' produced an error.

Code of the Matlab Function Block:
function y = fcn(m,n)
y = p_file(m,n)
I can run p_file(1,12) from workspace without any problem.
Thank you for any suggestions!
댓글 수: 5
Walter Roberson
2016년 6월 1일
편집: Walter Roberson
2016년 6월 1일
Sorry, I do not know about that.
Does the p_file use the signal processing toolbox?
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulink Functions에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!