how to insert data in the table using uitable functions in a loop dynamically?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
i am making automatic attendance system using face detection and recognition. i wan to know that while i am makin the recognition process. i want to insert attendance of each student 1-by-1 whose face is matched. i mean to say, if the face is matched then a uitable function is called that marks the attendance in front of the name and goes for the next match. please help me with this. i am not able to create a dynamic uitable that could do this. there should be locked column of the students name and as soon as the face is detected the attendance is marked in the sequence. please can anyone help me creating this.??
2 Comments
Tej Parekh
on 12 Apr 2013
Answers (1)
Jan
on 8 Apr 2013
0 votes
I personally detest automatic attendence recognition systems. They are too easy to cheat and a reliability of 99% means a lot of personal stress.
Do not mix the code for the recognition and the GUI. Do you really need an UITABLE, or would a list of missing persons be much easier to read?
Please post, what you have tried so far and explain the occurring problems. Then a suggestion for improvements would be much easier and it is more likely that our idea match your needs.
1 Comment
Tej Parekh
on 9 Apr 2013
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!