📄 ctp25.m
字号:
function [c, A] = ctp25(x, ctrl, u)
%Call: [c A]=ctp25(x,ctrl)
%Evaluate the constraints and the corresponding
%Jacobian for the problem below at x.
%if ctrl>0 only the Jacobian is computed.
%if ctrl == 0 only c(x) is computed.
%The problem is defined only with lower and upper
%bounds on the variables. No ordinary constraints.
%
c=[];
A=[];
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -