Undefined function or variable 'gurobi_write'. in MATLAB R2019a?
10 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Azam Boskabadi
am 18 Jul. 2019
Kommentiert: Manikanta Chennu
am 20 Jan. 2022
Hi there
I wrote codes in MATLAB R2017b with calling "gurobi_write" function and it works nicely, I tried to use "writecell" then I got the error and therefore I updated my MATLAB to R2019a. But after updating I get error of "Undefined function or variable 'gurobi_write'." So, could anyone explain why I get this error? Does it mean MATLAB R2019a and GUROBI can't work together?
1 Kommentar
Manikanta Chennu
am 20 Jan. 2022
Hi Azam,
can you plz guide me how do i use gurobi_write function in Matlab?
do i have to re write the entire code for it by introducing model?
Akzeptierte Antwort
Joel Handy
am 18 Jul. 2019
Bearbeitet: Joel Handy
am 18 Jul. 2019
I don't know anything about Gurobi, but I do know that in the past, some programs that tie into Matlab need to be installed after matlab since they add things to it. You might need to re-install Gurobi.
However, a quick google search leads me to believe that might be the case and that you simply need to run a script to integrate the two.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!