代码搜索:remove

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

代码结果 10,000
www.eeworm.com/read/384940/8828457

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/384940/8828538

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/384940/8828641

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/384940/8828775

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/384940/8829556

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/384940/8829619

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/384940/8829682

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) = []
www.eeworm.com/read/384940/8829759

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.wind(idx) = []; a.n = a.n - length(idx); a.omega_m(idx,:) = []; a
www.eeworm.com/read/384940/8829843

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.v(idx) = []; a.p(idx) = []; a.q(idx) = []; a.vre
www.eeworm.com/read/384940/8829931

m remove.m

function a = remove(a,idx) if ~a.n, return, end if isempty(idx), return, end a.con(idx,:) = []; a.bus1(idx) = []; a.bus2(idx) = []; a.v1(idx) = []; a.v2(idx) = []; a.n = a.n - length(idx); a.u(idx)