cannot add path on mac
16 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
why I get this error ??
>> addpath '/Users/maherheal/Applications/CPLEX_Studio128/cplex/matlab'
Warning: Name is nonexistent or not a directory:
/Users/maherheal/Applications/CPLEX_Studio128/cplex/matlab
> In path (line 109)
In addpath (line 86)
**********************************************************************
Cplex studio is installed. I cannot even add the Applications folder in addpath
0 commentaires
Réponses (2)
Sulaymon Eshkabilov
le 18 Avr 2022
Maybe in mac, this way works:
addpath(genpath('/Users/maherheal/Applications/CPLEX_Studio128/cplex/matlab'))
0 commentaires
Maher
le 19 Avr 2022
1 commentaire
Walter Roberson
le 19 Avr 2022
I notice the posting https://www.mathworks.com/matlabcentral/answers/6291-call-cplex-from-matlab#answer_666597 in which @Khyathi Mishra indicated,
"You must have IBM CPLEX OPTIMIZATION STUDIO 12.10 version
the versions released after that doesnt have files related to interfacing matlab with cplex."
(I myself do not know whether IBM dropped support after that, or if support was added back in later versions.)
Voir également
Catégories
En savoir plus sur Get Started with Optimization Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!