资源简介
很好的matlab最优潮流工具,可试用所有节点类型
代码片段和文件信息
function mpc = add_userfcn(mpc stage fcn args allow_multiple)
%ADD_USERFCN Appends a userfcn to the list to be called for a case.
%
% MPC = ADD_USERFCN(MPC STAGE FCN)
% MPC = ADD_USERFCN(MPC STAGE FCN ARGS)
% MPC = ADD_USERFCN(MPC STAGE FCN ARGS ALLOW_MULTIPLE)
%
% A userfcn is a callback function that can be called automatically by
% MATPOWER at one of various stages in a simulation.
%
% MPC : the case struct
% STAGE : the name of the stage at which this function should be
% called: ext2int formulation int2ext printpf
% FCN : the name of the userfcn
% ARGS : (optional) the value to be passed as an argument to the
% userfcn (typically a struct)
% ALLOW_MULTIPLE : (optional) if TRUE allows the same function to
% be added more than once.
%
% Currently there are 5 different callback stages defined. Each stage has
% a name and by convention the name of a user-defined callback function
% ends with the name of the stage. The following is a description of each
% stage when it is called and the input and output arguments which vary
% depending on the stage. The reserves example (see RUNOPF_W_RES) is used
% to illustrate how these callback userfcns might be used.
%
% 1. ext2int
%
% Called from EXT2INT immediately after the case is converted from
% external to internal indexing. Inputs are a MATPOWER case struct (MPC)
% freshly converted to internal indexing and any (optional) ARGS value
% supplied via ADD_USERFCN. Output is the (presumably updated) MPC. This is
% typically used to reorder any input arguments that may be needed in
% internal ordering by the formulation stage.
%
% E.g. mpc = userfcn_reserves_ext2int(mpc args)
%
% 2. formulation
%
% Called from OPF after the OPF Model (OM) object has been initialized
% with the standard OPF formulation but before calling the solver. Inputs
% are the OM object and any (optional) ARGS supplied via ADD_USERFCN.
% Output is the OM object. This is the ideal place to add any additional
% vars constraints or costs to the OPF formulation.
%
% E.g. om = userfcn_reserves_formulation(om args)
%
% 3. int2ext
%
% Called from INT2EXT immediately before the resulting case is converted
% from internal back to external indexing. Inputs are the RESULTS struct
% and any (optional) ARGS supplied via ADD_USERFCN. Output is the RESULTS
% struct. This is typically used to convert any results to external
% indexing and populate any corresponding fields in the RESULTS struct.
%
% E.g. results = userfcn_reserves_int2ext(results args)
%
% 4. printpf
%
% Called from PRINTPF after the pretty-printing of the standard OPF
% output. Inputs are the RESULTS struct the file descriptor to write to
% a MATPOWER options vector and any (optional) ARGS supplied via
% ADD_USERFCN. Output is the RESULTS struct. This is typically used for
% any additional pretty-printing of results.
%
% E.g. result
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-12-14 17:08 matpower4.1\
目录 0 2011-12-14 17:08 matpower4.1\@opf_model\
文件 4745 2010-06-09 14:56 matpower4.1\@opf_model\add_constraints.m
文件 5694 2010-04-26 19:45 matpower4.1\@opf_model\add_costs.m
文件 3076 2010-04-26 19:45 matpower4.1\@opf_model\add_vars.m
文件 4368 2011-12-01 17:03 matpower4.1\@opf_model\build_cost_params.m
文件 4061 2011-12-01 17:03 matpower4.1\@opf_model\compute_cost.m
文件 3959 2010-04-26 19:45 matpower4.1\@opf_model\display.m
文件 1657 2010-04-26 19:45 matpower4.1\@opf_model\get.m
文件 2740 2011-12-01 17:03 matpower4.1\@opf_model\get_cost_params.m
文件 3012 2010-06-09 14:56 matpower4.1\@opf_model\get_idx.m
文件 1450 2010-04-26 19:45 matpower4.1\@opf_model\get_mpc.m
文件 2405 2010-06-09 14:56 matpower4.1\@opf_model\getN.m
文件 2221 2010-04-26 19:45 matpower4.1\@opf_model\getv.m
文件 2945 2010-04-26 19:45 matpower4.1\@opf_model\linear_constraints.m
文件 8294 2010-06-09 14:56 matpower4.1\@opf_model\opf_model.m
文件 2149 2010-05-04 18:44 matpower4.1\@opf_model\userdata.m
文件 6175 2010-04-26 19:45 matpower4.1\add_userfcn.m
文件 2998 2010-04-26 19:45 matpower4.1\bustypes.m
文件 32633 2010-03-10 18:08 matpower4.1\case118.m
文件 4521 2010-03-10 18:08 matpower4.1\case14.m
文件 340794 2010-03-10 18:08 matpower4.1\case2383wp.m
文件 8708 2010-03-10 18:08 matpower4.1\case24_ieee_rts.m
文件 717636 2010-03-10 18:08 matpower4.1\case2736sp.m
文件 715220 2010-03-10 18:08 matpower4.1\case2737sop.m
文件 732898 2010-03-10 18:08 matpower4.1\case2746wop.m
文件 736274 2010-03-10 18:08 matpower4.1\case2746wp.m
文件 5119 2010-03-10 18:08 matpower4.1\case30.m
文件 68081 2010-03-10 18:08 matpower4.1\case300.m
文件 423381 2011-10-31 14:14 matpower4.1\case3012wp.m
文件 4507 2010-03-10 18:08 matpower4.1\case30pwl.m
............此处省略245个文件信息
- 上一篇:WEB性能权威指南.mobi
- 下一篇:超分辨率图像重建
相关资源
- 数字图像课程设计MATLAB实现简单找茬
- 粗糙集属性约简matlab
- Apriori算法matlab代码实现,带数据集和
- MATLAB_2014b(64位)补丁文件crack
- 基于matlab的人脸识别271850
- 机器视觉论文基于matlab的间单图像处
- 生物建模与仿真之matlab部分
- lle算法详解及matlab代码实现
- 基于matlab的模糊边缘检测
- 系统辨识大牛Ljung编写的MATLAB系统辨识
- 基于matlab的指纹识别系统271063
- 高斯混合模型matlab代码&文章讲解
- 2D2DPCA人脸识别matlab代码/ORL库
- PCA人脸识别MATLAB代码/ORL库
- matlab mcmc tutorial
- 三相全控整流桥仿真模型+报告+文献
- 基于matlab体绘制技术的医学影像三维
- 深度学习和matlab源代码
- 《MATLAB优化算法案例分析与应用》随
- 国际参考电离层模型IRI的matlab程序
- IRI2016的matlab本地实现
- 刘金琨-先进PID控制及MATLAB 仿真
- 四旋翼MATLAB仿真文件实验报告.zip
- 图像复原实验报告
- 雷达系统的matlab仿真
- MATLAB 最新版本R2014a 官方使用手册
- 光流算法matlab
- MATLAB Codes for Finite Element Analysis
- matlab 复杂网络工具箱
- MATLAB模拟MZM实现OOK和BPSK
评论
共有 条评论