how to extract count from blob analysis block in Simulink ?

1 visualización (últimos 30 días)
i want to extract count data from blob analysis block present in image processing toolbox of Simulink.But when i try to assign a outport for the count, it doesnt display any result. even when entering the outport name in workspace , it says unidentified variable. what can be done here to extract the count....?

Respuesta aceptada

Fangjun Jiang
Fangjun Jiang el 16 de Dic. de 2011
To view the data of an outport of a Simulink block, you have to log the signal coming out of that outport. Using "To Workspace" block is the most common method. You can specify the variable name for the data logging. After the simulation is completed, you can then type in the variable name in the MATLAB Command Window to see the data.

Más respuestas (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by