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
Rik 2023년 10월 8일
How did you download it? Where did you store those files?
 ! find / -name Cupid-master -print

unless you are using Windows

Chish
Chish 2023년 10월 8일
Thank you for the response. Yes am using Windows so it didn't work
Chish
Chish 2023년 10월 8일
I downloaded Cupid.mltbox into my downloads. When I prompted it to install, Matlab opened and the installation continued automatical. I didn't choose the folder.
I am finding a folder named Cupid on this paths. I contain several .m files.
C:\Users\user\AppData\Roaming\MathWorks\MATLAB Add-Ons\Toolboxes\Cupid
Paul
Paul 2023년 10월 8일
@Jeff Miller can probably help.

댓글을 달려면 로그인하십시오.

 채택된 답변

Jeff Miller
Jeff Miller 2023년 10월 8일
편집: Jeff Miller 2023년 10월 8일

1 개 추천

I think Cupid-master is just a folder name that others have used when they installed the files, and you can just addpath to your folder C:\Users\user\AppData\Roaming\MathWorks\MATLAB Add-Ons\Toolboxes\Cupid with the .m files. Alternatively you can probably move that whole folder to any place you like and then addpath to whereever you put it. As long as the .m files are on the MATLAB path, it should all work.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

릴리스

R2023a

태그

질문:

2023년 10월 8일

댓글:

2023년 10월 9일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by