文件名称:simulinkManipulation
-
所属分类:
- 标签属性:
- 上传时间:2013-09-12
-
文件大小:16.1kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
A collection of functions for programatically manipulating the structure and connectivity of Simulink models. In Simulink, models can be altered using a collection of built-in function calls (e.g. add_block, add_line) and by modifying block parameters (using set and set_param). Maniuplating these parameters directly is tedious and requires a great deal of error-checking code. These functions make a variety of tasks--adding or removing a block, connecting or disconnecting pairs of blocks, modifying block positions and sizes, etc.--to accomplish via simple function calls. Generally, the most common use of these functions is in a masked subsystem initialization callback. For example, if you design a masked subsystem which has an adjustable number of inputs, when the user changes the number of inputs required, the initialization callback will need to create additional or destroy extra block inports and connect them to their desired destinations within the subsystem.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
license.txt
v1.0.0/
v1.0.0/addBlockSafe.m
v1.0.0/addLineExclusive.m
v1.0.0/addLineSafe.m
v1.0.0/blockExists.m
v1.0.0/deleteBlock.m
v1.0.0/deleteBlockLines.m
v1.0.0/deleteBrokenIncomingLines.m
v1.0.0/deleteBrokenOutgoingLines.m
v1.0.0/deleteIncomingLine.m
v1.0.0/deleteLine.m
v1.0.0/deleteOutgoingLine.m
v1.0.0/getBlockNameFromHandle.m
v1.0.0/getBusSignalNamesFromInport.m
v1.0.0/getIncomingBusSignalNames.m
v1.0.0/getIncomingLine.m
v1.0.0/getIncomingLineSource.m
v1.0.0/getInputSignalName.m
v1.0.0/getNumInPorts.m
v1.0.0/getNumOutPorts.m
v1.0.0/getOutgoingLine.m
v1.0.0/getOutgoingLineDest.m
v1.0.0/getSysName.m
v1.0.0/lineExists.m
v1.0.0/makePortName.m
v1.0.0/Readme.md
v1.0.0/redrawLines.m
v1.0.0/redrawLinesWithin.m
v1.0.0/setBlockParam.m
v1.0.0/setBlockPosition.m
v1.0.0/setBlockSize.m
v1.0.0/setOutputSignalName.m
v1.0.0/
v1.0.0/addBlockSafe.m
v1.0.0/addLineExclusive.m
v1.0.0/addLineSafe.m
v1.0.0/blockExists.m
v1.0.0/deleteBlock.m
v1.0.0/deleteBlockLines.m
v1.0.0/deleteBrokenIncomingLines.m
v1.0.0/deleteBrokenOutgoingLines.m
v1.0.0/deleteIncomingLine.m
v1.0.0/deleteLine.m
v1.0.0/deleteOutgoingLine.m
v1.0.0/getBlockNameFromHandle.m
v1.0.0/getBusSignalNamesFromInport.m
v1.0.0/getIncomingBusSignalNames.m
v1.0.0/getIncomingLine.m
v1.0.0/getIncomingLineSource.m
v1.0.0/getInputSignalName.m
v1.0.0/getNumInPorts.m
v1.0.0/getNumOutPorts.m
v1.0.0/getOutgoingLine.m
v1.0.0/getOutgoingLineDest.m
v1.0.0/getSysName.m
v1.0.0/lineExists.m
v1.0.0/makePortName.m
v1.0.0/Readme.md
v1.0.0/redrawLines.m
v1.0.0/redrawLinesWithin.m
v1.0.0/setBlockParam.m
v1.0.0/setBlockPosition.m
v1.0.0/setBlockSize.m
v1.0.0/setOutputSignalName.m
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.