how does a sink used in matlab code
Show older comments
Answers (1)
Walter Roberson
on 24 Jan 2017
0 votes
Sinks are not used in MATLAB code. Sinks are used in Simulink diagrams to indicate that results are being thrown away. For example if you were using a JK flipflop block then the block has multiple output ports but only some of them might be of interest to you so you could put sinks on the rest.
Categories
Find more on Motion Detection in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!