代码搜索:remove
找到约 10,000 项符合「remove」的源代码
代码结果 10,000
www.eeworm.com/read/384940/8832376
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.x(idx) = [];
a.u(idx) = [];
a.Dw(idx) =
www.eeworm.com/read/384940/8832454
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.vr(idx) = [];
a.n = a.n - length
www.eeworm.com/read/384940/8832544
m remove.m
function a = remove(a,k)
if ~a.n, return, end
if isempty(k), return, end
a.con(k,:) = [];
a.bus(k) = [];
a.vbus(k) = [];
a.u(k) = [];
a.pg(k) = [];
a.qg(k) = [];
a.dq(k) = [];
a.n = a.n - length(k);
www.eeworm.com/read/384940/8832649
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_t(idx,:) = [];
a
www.eeworm.com/read/384940/8832770
m remove.m
function a = remove(a,idx)
if ~a.n, return, end
if isempty(idx), return, end
a.con(idx,:) = [];
a.syn(idx) = [];
a.n = a.n - length(idx);
a.delta_HP(idx) = [];
a.omega_HP(idx) = [];
a.delta_IP(idx)
www.eeworm.com/read/384940/8832839
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.alpha(i
www.eeworm.com/read/384940/8832929
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/384940/8833034
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.Id(idx) = [];
a.Iq(idx) = [];
a.If(idx)
www.eeworm.com/read/427575/8933339
gif remove.gif
www.eeworm.com/read/185912/8973605