how to extract count from blob analysis block in Simulink ?

1 visualizzazione (ultimi 30 giorni)
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....?

Risposta accettata

Fangjun Jiang
Fangjun Jiang il 16 Dic 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.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by