How to locate 'Cupid-master' path on my system
Mostra commenti meno recenti
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 Commenti
Rik
il 8 Ott 2023
How did you download it? Where did you store those files?
Walter Roberson
il 8 Ott 2023
! find / -name Cupid-master -print
unless you are using Windows
Chish
il 8 Ott 2023
Chish
il 8 Ott 2023
Paul
il 8 Ott 2023
@Jeff Miller can probably help.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Introduction to Installation and Licensing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!