文件名称:获得帮助-labview-伺服电机控制
文件大小:372KB
文件格式:PDF
更新时间:2024-06-29 07:47:41
matpower
2.3 执行电力常规潮流运算 运行一个简单的在文件 case9.m中有详细的说明 9节点牛顿潮流,包括默认的运算法则 选项,以 matlab的命令,输入: >>runpf(‘case9’) 2.4 执行最优潮流程序 计算一个数据在 case30.m 文件中的 30 节点的最优潮流系统,以默认的算法选项,以 maitlab的命令,输入: >>runopf(‘case30’) 计算相同的系统,但是以关闭高耗机组处理的方式运行,输入: >>runuopf(‘case30’) 2.5 获得帮助 当拥有MATLAB的内部函数和工具箱代码时,通过输入 help加上命令或者M-文件的 名称可以获得详细的函数说明,几乎所有的 MATPOWER 的 M-文件都有这样的文档。比 如,runopf的帮助如下: >> help runopf RUNOPF Runs an optimal power flow. [baseMVA, bus, gen, gencost, branch, f, success, et] = ... runopf(casename, mpopt, fname, solvedcase) Runs an optimal power flow and optionally returns the solved values in the data matrices, the objective function value, a flag which is true if the algorithm was successful in finding a solution, and the elapsed time in seconds. All input arguments are optional. If casename is provided it specifies the name of the input data file or struct (see also 'help caseformat' and 'help loadcase') containing the opf data. The default value is 'case9'. If the mpopt is provided it overrides the default MATPOWER options vector and can be used to specify the solution algorithm and output options among other things (see 'help mpoption' for details). If the 3rd argument is given the pretty printed output will be PDF 文件使用 "pdfFactory Pro" 试用版本创建 www.fineprint.cn