How to locate 'Cupid-master' path on my system
이전 댓글 표시
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
Rik
2023년 10월 8일
How did you download it? Where did you store those files?
Walter Roberson
2023년 10월 8일
! find / -name Cupid-master -print
unless you are using Windows
Chish
2023년 10월 8일
Chish
2023년 10월 8일
Paul
2023년 10월 8일
@Jeff Miller can probably help.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!