Undefined function or variable 'gurobi_write'. in MATLAB R2019a?

조회 수: 13 (최근 30일)
Azam Boskabadi
Azam Boskabadi 2019년 7월 18일
댓글: Manikanta Chennu 2022년 1월 20일
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
Manikanta Chennu
Manikanta Chennu 2022년 1월 20일
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?

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

채택된 답변

Joel Handy
Joel Handy 2019년 7월 18일
편집: Joel Handy 2019년 7월 18일
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개)

카테고리

Help CenterFile Exchange에서 Entering Commands에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by