文件名称:simulinkManipulation

  • 所属分类:
  • 通讯/手机编程
  • 资源属性:
  • [Matlab] [源码]
  • 上传时间:
  • 2013-09-12
  • 文件大小:
  • 16kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • din***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

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

......\addBlockSafe.m

......\addLineExclusive.m

......\addLineSafe.m

......\blockExists.m

......\deleteBlock.m

......\deleteBlockLines.m

......\deleteBrokenIncomingLines.m

......\deleteBrokenOutgoingLines.m

......\deleteIncomingLine.m

......\deleteLine.m

......\deleteOutgoingLine.m

......\getBlockNameFromHandle.m

......\getBusSignalNamesFromInport.m

......\getIncomingBusSignalNames.m

......\getIncomingLine.m

......\getIncomingLineSource.m

......\getInputSignalName.m

......\getNumInPorts.m

......\getNumOutPorts.m

......\getOutgoingLine.m

......\getOutgoingLineDest.m

......\getSysName.m

......\lineExists.m

......\makePortName.m

......\Readme.md

......\redrawLines.m

......\redrawLinesWithin.m

......\setBlockParam.m

......\setBlockPosition.m

......\setBlockSize.m

......\setOutputSignalName.m

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org