Cannot find an exact (case-sensitive) match for 'RRRproject3' !!!
이전 댓글 표시
I use Matlab2018b when i open rrrproject.m it occurs like the following error:
Cannot find an exact (case-sensitive) match for 'RRRproject3'
The closest match is: rrrproject3 in C:\Users\Pardis\OneDrive\Desktop\3rrr robot in matlab\3rrr robot in
matlab\3RRRplatform\rrrproject3.m
please help
답변 (1개)
Jan
2022년 5월 29일
0 개 추천
The message is clear. Matlab is case-sensitive. The function call "RRRproject3()" cannot be found, but there is a function called "rrrproject3". So fix this typo.
카테고리
도움말 센터 및 File Exchange에서 Robotics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!