i have a data type cell that produce from analysis discriminant from matlab, i want use it in GUI..
the result from analysis discriminant can we sa like this: if i have picture and then i use image processing, so i can say every object like this:
A : 'good'
B : 'bad'
C : 'good'
D : 'bad'
E : 'good'
first, how can i calculate how many 'good' and how many 'bad'?
second, when i browse the other picture, how can i cumulative the number of 'good' dan 'bad' from picture 1 and picture 2?