SinkAutoConnect
Editor's Note: This file was selected as MATLAB Central Pick of the Week
Unlike SISO block in Simulink, blocks that have a single inport and no outport (Scope, Display, To File, To Workspace) do not autoconnect if dragged over a line in a model. Placing a call to this function in the CopyFcn callback of any single-inport block will cause the block to automatically connect when the block is dropped over a line in a Simulink model. This is similar to the built-in behavior of SISO blocks (ie gain, unit delay, etc) in Simulink. These blocks, when dropped on a line, automatically connects the inport and outport. With this function, in this case of a single-inport block, the block is moved just below the line and the inport is automatically connected.
This can be made the default behavior for these blocks by creating a custom library containing the desired blocks and adding the call to this function in the CopyFcn callback of the library blocks.
Cite As
Mike Anthony (2026). SinkAutoConnect (https://ch.mathworks.com/matlabcentral/fileexchange/28656-sinkautoconnect), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Signal Processing > DSP System Toolbox > Signal Generation, Manipulation, and Analysis > Scopes and Data Logging >
Tags
Acknowledgements
Inspired: AutoConnect
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.7.0.1 | Updated license |
||
| 1.7.0.0 | Updated to fix bugs, work in the MoveFcn callback, and work for sink blocks with multiple inports (like the XY Graph). |
||
| 1.5.0.0 | Bug fixes and equivalent capability for MoveFcn callback |
||
| 1.4.0.0 | 10/20/2010 Added:
|
||
| 1.3.0.0 | Added Copyright comment in SinkAutoConnect.m |
||
| 1.1.0.0 | Removed instructions on how to alter the built-in Simulink library blocks. |
||
| 1.0.0.0 |
