How to locate 'Cupid-master' path on my system
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Chish
el 8 de Oct. de 2023
Comentada: Chish
el 9 de Oct. de 2023
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 comentarios
Respuesta aceptada
Jeff Miller
el 8 de Oct. de 2023
Editada: Jeff Miller
el 8 de Oct. de 2023
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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!