I have been doing the simscape onramp course and it keeps giving me the error "unrecognisedfunction or variable". How do I solve this?
조회 수: 1 (최근 30일)
이전 댓글 표시
Unrecognized function or variable 'simmechanics.sli.internal.register_datatypes'.
댓글 수: 6
답변 (1개)
Govind KM
2023년 6월 22일
A workaround for this issue is to specify the path directly. This can be done by executing the following command in the MATLAB Online command window(As you are using the online version):
addpath(fullfile(matlabroot,'toolbox/physmod/sm/sli/m'))
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!