Cannot find an exact (case-sensitive) match for 'RRRproject3' !!!
Show older comments
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
Answers (1)
Jan
on 29 May 2022
0 votes
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.
Categories
Find more on Robotics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!