代码搜索:remove
找到约 10,000 项符合「remove」的源代码
代码结果 10,000
www.eeworm.com/read/384940/8829993
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/384940/8830073
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/384940/8830111
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/384940/8830521
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/384940/8830605
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/384940/8830728
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/384940/8830768
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/8830840
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.svc(idx) = [];
a.statcom(idx) = [];
a.sssc(idx) = [];
a.tcsc(idx) = [];
a.u
www.eeworm.com/read/384940/8831018
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.dem(idx) = [];
a.u(idx) = [];
a.n = a.n - length(idx);
www.eeworm.com/read/384940/8831171
m remove.m
function a = remove(a,idx)
if isempty(idx), return, end
a.n = a.n - length(idx);
a.con(idx,:) = [];
a.bus(idx) = [];
a.vbus(idx) = [];
a.u(idx) = [];