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!