Error when running the postion motor system
조회 수: 3 (최근 30일)
이전 댓글 표시
Getting error like the attahced below, and I have no idea how to connect the input1 to the block system to make it run smoothly. I need support please.
댓글 수: 0
답변 (1개)
Ayush
2024년 1월 31일
Hello Ali,
I reproduced the same error on my end with MATLAB R2023b and figured it’s about a variable name not being resolved in the model. The variable “YY” is not loaded into the workspace, nor is it instantiated in the MATLAB script that you have provided i.e. “LDA_1801k8_IMP.m”. Hence, it would not be used as an external input to the model. A workaround for this is to either instantiate a variable named “YY” or change the variable name in “Configurations Parameters”.
Additionally, the expression “YY.getElement(1)” is not a valid MATLAB expression as the function “getElement” is used to access data/interface using the element name. Please refer to the below documentation to know more about the different use cases of “getElement” function and how to use it:
Hope it helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Motor Drives에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!