代码搜索:remove

找到约 10,000 项符合「remove」的源代码

代码结果 10,000
www.eeworm.com/read/431224/8695028

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.u(idx) = []; a.n = a.n - length(idx); a.ist(idx,:) = []; a.Vref(i
www.eeworm.com/read/431224/8695105

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.Ik(idx) = []; a.Vk(idx) = []; a.pH2(idx)
www.eeworm.com/read/431224/8695179

m remove.m

function a = remove(a,idx) if ~a.n, return, end if isempty(idx), return, end a.con(idx,:) = []; a.dat(idx,:) = []; a.bus1(idx) = []; a.bus2(idx) = []; a.v1(idx) = []; a.v2(idx) = []; a.n = a.n - len
www.eeworm.com/read/431224/8695248

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) = []; a.bcv(jdx,:) = []; end jdx = f
www.eeworm.com/read/431224/8695307

m remove.m

function a = remove(a,idx) if ~a.n, return, end if isempty(idx), return, end a.con(idx,:) = []; a.line(idx) = []; a.bus1(idx) = []; a.bus2(idx) = []; a.v1(idx) = []; a.v2(idx) = []; a.n = a.n - leng
www.eeworm.com/read/431224/8695368

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.exc(idx) = []; a.syn(idx) = []; a.va(idx) = []; a.v1(idx) = []; a
www.eeworm.com/read/431224/8695456

m remove.m

function a = remove(a,idx) if ~a.n, return, end if isempty(idx), return, end a.u(idx) = 0;
www.eeworm.com/read/431224/8695990

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/8696043

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.dat(idx) = []; a.n = a.n - length(idx); a.vm(idx,:) = []; a.theta
www.eeworm.com/read/431224/8696112

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.speed(idx).vw = []; a.speed(idx).time = []; a.vwa(idx) = []; a.vw(idx) = []