📄 constraintclass.m
字号:
function LIST = constraintlcass(F,property)
%CONSTRAINTCLASS Returns a list describing the constraints
% Author Johan L鰂berg
% $Id: constraintclass.m,v 1.2 2005/02/04 10:10:26 johanl Exp $
if isempty(F.clauses)
LIST = [];
else
LIST = [];
for i = 1:length(F.clauses)
LIST = [LIST;F.clauses{i}.type];
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -