Matlab not recognize optimproblem and optimvar in Optimization problem

19 views (last 30 days)
Hello all. I am writing an optimization problem using Matlab. However, when I run the code, it says undefined function or variable 'optimproblem'and 'optvar'. I thought this function is already set up in Matlab. What do I need to do to for Matlab to recognize these?
Thank you so much for your help!!!
  1 Comment
Matt J
Matt J on 31 Jul 2018
Edited: Matt J on 31 Jul 2018
We need to see copy/pastes of code and error messages. We also need to know what version of Matlab you are running.

Sign in to comment.

Answers (1)

Alan Weiss
Alan Weiss on 6 Aug 2018
optimproblem and optimvar were introduced in R2017b. If you have an earlier version of MATLAB, these functions are not available.
Alan Weiss
MATLAB mathematical toolbox documentation

Categories

Find more on Linear Programming and Mixed-Integer Linear Programming in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!