Borrar filtros
Borrar filtros

CPLEX instantiation and MATLAB issue

2 visualizaciones (últimos 30 días)
rakbar
rakbar el 22 de Oct. de 2020
Editada: rakbar el 22 de Oct. de 2020
I am creating an empty CPLEX instant in MATLAB and notice the following errors includined in the model stucture. Can anyone help with the meaning of these?
clear all
cplex = Cplex()
ans=
Cplex handle
Properties:
Model: [1x1 struct]
Param: [1x1 struct]
DisplayFunc: @disp
Methods, Events, Superclasses
>> cplex.ERROR_INCORRECT_ARGUMENTS
ans =
'Incorrect arguments type.'
>> cplex.ERROR_INCORRECT_PATH
ans =
'Could not open file cplexlink12100.%s. Please update your path.'
>> cplex.ERROR_OUTPUT_ARGUMENTS
ans =
'Incorrect number of output arguments.'
>> cplex.ERROR_TOO_FEW_ARGUMENTS
ans =
'Too few input arguments. At least %d arguments are required.'

Respuestas (0)

Categorías

Más información sobre Debugging and Analysis en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by