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

Answers (1)

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.

Asked:

on 29 May 2022

Answered:

Jan
on 29 May 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!