how to extract count from blob analysis block in Simulink ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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....?
0 comentarios
Respuesta aceptada
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.
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!