代码搜索:remove
找到约 10,000 项符合「remove」的源代码
代码结果 10,000
www.eeworm.com/read/431224/8696173
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/431224/8696246
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/431224/8696321
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)
www.eeworm.com/read/431224/8696372
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.sup(idx) = [];
a.u(idx) = [];
a.n = a.n - length(idx);
www.eeworm.com/read/431224/8696453
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.y(idx) = [];
a.u(idx) = [
www.eeworm.com/read/431224/8696502
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.sup(idx) = [];
a.u(idx) = [];
a.n = a.n - length(idx);
www.eeworm.com/read/431224/8696876
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.m(idx) = [];
a.u(idx) = [];
www.eeworm.com/read/431224/8696946
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.bus(idx,:) = [];
a.vbus(idx,:) = [];
a.Id(idx,:) = [];
a.Iq(idx,:) = [];
a.
www.eeworm.com/read/431224/8697044
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.syn(idx) = [];
a.vref(idx) = [];
a.vref0(idx) = [];
a.vr1(idx) =
www.eeworm.com/read/431224/8697121
m remove.m
function a = remove(a,idx)
if ~a.n, return, end
if isempty(idx), return, end
a.u(idx) = 0;