how does a sink used in matlab code
Mostrar comentarios más antiguos
Respuestas (1)
Walter Roberson
el 24 de En. de 2017
0 votos
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.
Categorías
Más información sobre Motion Detection en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!