... find(Eqin == 0); % find the equality constraints % find the constraints with a zero right-hand side [row1, ~] = find(b == 0); % get the intersection of ...
確定! 回上一頁