how to extract count from blob analysis block in Simulink ?

조회 수: 1 (최근 30일)
Abhilash Alva
Abhilash Alva 2011년 12월 16일
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....?

채택된 답변

Fangjun Jiang
Fangjun Jiang 2011년 12월 16일
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개)

Community Treasure Hunt

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

Start Hunting!

Translated by