When did the syntax for linprog change
At one point, the input syntax for linprog was
x=linprog(f,A,b,Aeq,beq,lb,ub,x0,options)
but now (R2023b) I see that it has changed to,
x = linprog(f,A,b,Aeq,beq,lb,ub,options)
In what release was the support for the first syntax discontinued?At one point, the input syntax for linprog was
x=linprog(f,A,b,Aeq,beq,lb,ub,x0,options)
but now (R2023b) I see that it has changed to,
x = linprog(f,A,b,Aeq,beq,lb,ub,options)
In what release was the support for the first syntax discontinued? At one point, the input syntax for linprog was
x=linprog(f,A,b,Aeq,beq,lb,ub,x0,options)
but now (R2023b) I see that it has changed to,
x = linprog(f,A,b,Aeq,beq,lb,ub,options)
In what release was the support for the first syntax discontinued? linprog, syntax, release MATLAB Answers — New Questions