代码搜索:remove
找到约 10,000 项符合「remove」的源代码
代码结果 10,000
www.eeworm.com/read/431224/8698948
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/430090/8768278
png remove.png
www.eeworm.com/read/384940/8827846
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.Pr(idx) = [];
a.u(idx) = [];
a.n = a.n - length(idx);
www.eeworm.com/read/384940/8827914
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/8828001
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.dat(idx,:)
www.eeworm.com/read/384940/8828061
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/8828117
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.cac(idx) = [];
a.exc(idx) = [];
a.syn(idx) = [];
a.svc(idx) = [];
a.vref(idx) = [];
a
www.eeworm.com/read/384940/8828192
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/384940/8828283
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/384940/8828364
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