代码搜索:TOOLBox

找到约 9,571 项符合「TOOLBox」的源代码

代码结果 9,571
www.eeworm.com/read/212602/15152291

m fm_pq.m

function fm_pq(flag) % FM_PQ define PQ loads % % FM_PQ(FLAG) % FLAG 1 -> algebraic equations % 2 -> algebraic Jacobian matrices % %Author: Federico Milano %Date: 11-Nov-2002
www.eeworm.com/read/212602/15152295

m closepsat.m

% CLOSEPSAT clear all PSAT global variables from workspace % % CLOSEPSAT % % Author: Federico Milano % Date: 22-Feb-2004 % Version: 1.0.0 % % E-mail: fmilano@thunderbox.uwaterloo.ca % Web
www.eeworm.com/read/212602/15152325

m fm_filenum.m

function nome = fm_filenum(varargin) % FM_FILENUM determine names for output report files. % Files are number from 00 to 99. % After the 99th file is created, file 00 %
www.eeworm.com/read/212602/15152344

m fm_pmurep.m

function fm_pmurep % FM_PMUREP write PMU Placement File % %Author: Federico Milano %Date: 15-Mar-2004 %Version: 1.0.0 % %E-mail: fmilano@thunderbox.uwaterloo.ca %Web-site: http://thunder
www.eeworm.com/read/212602/15152365

m fm_sw.m

function fm_sw(flag) % FM_SW define swing bus equations % % FM_SW(FLAG) % FLAG 1 -> algebraic equations % 2 -> algebraic Jacobian matrices % %Author: Federico Milano %Date: 11
www.eeworm.com/read/212602/15152370

m fm_enter.m

function fig = fm_enter(upath,psatver,psatdate) % FM_ENTER initial splash GUI % % FM_ENTER(PATH) % PATH current PSAT path % %Author: Federico Milano %Date: 11-Nov-2002 %Update: 29-Jul-2
www.eeworm.com/read/212602/15152376

m fm_xy.m

function fm_xy(flag) % FM_XY draw network topology % % FM_XY(FLAG) % FLAG 'ytree' -> graph on a circle % 'etree' -> elimination tree % %Author: Federico Milano %Date: 11-Nov-2002 %V
www.eeworm.com/read/212602/15152390

m pert.m

function pert(t) % PERT generic disturbance % % PERT(T) % T integration time [s] % %Author: Federico Milano %Date: 11-Nov-2002 %Version: 1.0.0 % %E-mail: fmilano@thunderbox.uwaterloo.c
www.eeworm.com/read/475765/6777694

m ex5_1.m

% EX5_1.M Solve Dy=1/(t-1) using Symbolic Math Toolbox % for Example 5.1 and 5.2 y=dsolve('Dy=1/(t-1)') y1=dsolve('Dy=1/(t-1)','y(2)=-10') % Initial values t=2 y2=dsolve('Dy=1/(t-1)','y(2)=0')
www.eeworm.com/read/475765/6777699

m ex5_3.m

% EX5_3.M Check Example 5.3 % Requires Symbolic Math Toolbox to % solve 'lam^2 +b*lam +c =0' % lam=solve('l^2+b*l+c=0','l') % % Try the command dsolve on the differential equation %