How to locate 'Cupid-master' path on my system
Afficher commentaires plus anciens
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 commentaires
Rik
le 8 Oct 2023
How did you download it? Where did you store those files?
Walter Roberson
le 8 Oct 2023
! find / -name Cupid-master -print
unless you are using Windows
Chish
le 8 Oct 2023
Chish
le 8 Oct 2023
Paul
le 8 Oct 2023
@Jeff Miller can probably help.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!