代码搜索:remove
找到约 10,000 项符合「remove」的源代码
代码结果 10,000
www.eeworm.com/read/431224/8697176
m remove.m
function a = remove(a,idx)
if ~a.n, return, end
if isempty(idx), return, end
a.con(idx,:) = [];
a.n = a.n - length(idx);
a.svc(idx) = [];
a.statcom(idx) = [];
a.sssc(idx) = [];
a.tcsc(idx) = [];
a.u
www.eeworm.com/read/431224/8697302
m remove.m
function a = remove(a,idx)
if ~a.n, return, end
if isempty(idx), return, end
a.con(idx,:) = [];
a.bus(idx) = [];
a.dem(idx) = [];
a.u(idx) = [];
a.n = a.n - length(idx);
www.eeworm.com/read/431224/8697467
m remove.m
function a = remove(a,idx)
if isempty(idx), return, end
a.n = a.n - length(idx);
a.con(idx,:) = [];
a.bus(idx) = [];
a.vbus(idx) = [];
a.u(idx) = [];
www.eeworm.com/read/431224/8697621
m remove.m
function a = remove(a,k)
global DAE
if ~a.n, return, end
if isempty(k), return, end
if ~isempty(DAE.Gk)
DAE.Gk(a.bus(k)) = 0;
end
a.con(k,:) = [];
a.bus(k) = [];
a.vbus(k) = [];
a.u(k) = [];
a.pq
www.eeworm.com/read/431224/8697723
m remove.m
function a = remove(a,idx)
if ~a.n, return, end
if isempty(idx), return, end
a.con(idx,:) = [];
a.bus(idx) = [];
a.vbus(idx) = [];
a.n = a.n - length(idx);
a.T(idx) = [];
a.x(idx) = [];
a.G(idx) = [
www.eeworm.com/read/431224/8697768
m remove.m
function a = remove(a,idx)
if ~a.n, return, end
if isempty(idx), return, end
a.con(idx,:) = [];
a.q(idx) = [];
a.q1(idx) = [];
a.bus(idx) = [];
a.vbus(idx) = [];
a.u(idx) = [];
a.n = a.n - length(id
www.eeworm.com/read/431224/8697848
m remove.m
function a = remove(a,idx)
if ~a.n, return, end
if isempty(idx), return, end
a.con(idx,:) = [];
a.bus(idx) = [];
a.vbus(idx) = [];
a.n = a.n - length(idx);
a.u(idx) = [];
a.init(idx) = [];
www.eeworm.com/read/431224/8697892
m remove.m
function a = remove(a,idx)
if ~a.n, return, end
if isempty(idx), return, end
for i = 1:length(idx)
jdx = find(a.ty1 == idx(i));
if jdx
a.ty1(jdx) = [];
end
jdx = find(a.ty2 == idx(i));
www.eeworm.com/read/431224/8697969
m remove.m
function a = remove(a,idx)
if ~a.n, return, end
if isempty(idx), return, end
a.con(idx,:) = [];
a.bus(idx) = [];
a.dat(idx) = [];
a.n = a.n - length(idx);
a.x(idx,:) = [];
a.w(idx,:) = [];
a.u(idx)
www.eeworm.com/read/431224/8698065
m remove.m
function a = remove(a,idx)
if ~a.n, return, end
if isempty(idx), return, end
a.con(idx,:) = [];
a.bus(idx) = [];
a.vbus(idx) = [];
a.n = a.n - length(idx);
a.slip(idx) = [];
a.e1r(idx) = [];
a.e1m(i