Originally posted by: SystemAdmin
In Matlab,
cplexqp(1,1,1,1)
returns the following correct answer
ans = 1 .
However,
cplexqp(1,1,
],[,
],[,1,1)
returns the following error:
==> cplexqp at 150
Error: f has incompatible dimensions
Could you tell us the reason?
Thank you in advance.
#CPLEXOptimizers#DecisionOptimization