how to extract count from blob analysis block in Simulink ?

1 view (last 30 days)
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....?

Accepted Answer

Fangjun Jiang
Fangjun Jiang on 16 Dec 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.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!