How to locate 'Cupid-master' path on my system
Show older comments
I am learning to use CUPID to find goodness of fit. I have come across these examples:
They both start the code with
addpath('.../Cupid-master')
My challenge is to find the location of 'Cupid-master' on my system so that I add its path to my code. Please assist on how to locate this path.
5 Comments
Rik
on 8 Oct 2023
How did you download it? Where did you store those files?
Walter Roberson
on 8 Oct 2023
! find / -name Cupid-master -print
unless you are using Windows
Chish
on 8 Oct 2023
Chish
on 8 Oct 2023
Paul
on 8 Oct 2023
@Jeff Miller can probably help.
Accepted Answer
More Answers (0)
Categories
Find more on Introduction to Installation and Licensing 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!