代码搜索:MATPOWER
找到约 434 项符合「MATPOWER」的源代码
代码结果 434
www.eeworm.com/read/486436/1251583
m t_opf.m
function t_opf(quiet)
%T_OPF Tests for optimal power flow.
% MATPOWER
% $Id: t_opf.m,v 1.7 2005/02/03 18:57:42 ray Exp $
% by Ray Zimmerman, PSERC Cornell
% Copyright (c) 2004 by Power Syste
www.eeworm.com/read/486436/1251584
m t_pf.m
function t_pf(quiet)
%T_PF Tests for power flow.
% MATPOWER
% $Id: t_pf.m,v 1.3 2004/08/23 20:59:50 ray Exp $
% by Ray Zimmerman, PSERC Cornell
% Copyright (c) 2004 by Power System Engineeri
www.eeworm.com/read/265706/11256127
m cdf2matp.m
function cdf2matpf(cdf_file, matp_file)
%CDF2MATP Converts data from IEEE Common Data Format to MATPOWER format.
%
% cdf2matp -> prompts for input & output file names
% cdf2ma
www.eeworm.com/read/265706/11256172
m t_opf.m
function t_opf(quiet)
%T_OPF Tests for optimal power flow.
% MATPOWER
% $Id: t_opf.m,v 1.6 2004/09/07 20:34:36 ray Exp $
% by Ray Zimmerman, PSERC Cornell
% Copyright (c) 2004 by Power Syste
www.eeworm.com/read/265706/11256174
m t_pf.m
function t_pf(quiet)
%T_PF Tests for power flow.
% MATPOWER
% $Id: t_pf.m,v 1.3 2004/08/23 20:59:50 ray Exp $
% by Ray Zimmerman, PSERC Cornell
% Copyright (c) 2004 by Power System Engineeri
www.eeworm.com/read/334923/12562363
m cdf2matp.m
function cdf2matpf(cdf_file, matp_file)
%CDF2MATP Converts data from IEEE Common Data Format to MATPOWER format.
%
% cdf2matp -> prompts for input & output file names
% cdf2ma
www.eeworm.com/read/334923/12562477
m t_opf.m
function t_opf(quiet)
%T_OPF Tests for optimal power flow.
% MATPOWER
% $Id: t_opf.m,v 1.10 2006/03/14 21:43:14 ray Exp $
% by Ray Zimmerman, PSERC Cornell
% Copyright (c) 2004 by Power Syst
www.eeworm.com/read/334923/12562479
m t_pf.m
function t_pf(quiet)
%T_PF Tests for power flow.
% MATPOWER
% $Id: t_pf.m,v 1.3 2004/08/23 20:59:50 ray Exp $
% by Ray Zimmerman, PSERC Cornell
% Copyright (c) 2004 by Power System Engineeri
www.eeworm.com/read/353831/10414704
m t_opf_minopf.m
function t_opf_minopf(quiet)
%T_OPF_MINOPF Tests for MINOS-based optimal power flow.
% MATPOWER
% $Id: t_opf_minopf.m,v 1.3 2007/06/26 16:05:20 ray Exp $
% by Ray Zimmerman, PSERC Cornell
%
www.eeworm.com/read/353831/10414722
m t_case9_pfv2.m
function mpc = t_case9_pfv2
%T_CASE9_PFV2 Power flow data for 9 bus, 3 generator case, no OPF data.
% Please see 'help caseformat' for details on the case file format.
% MATPOWER
% $Id: t_cas