Build table and fill from cell array
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Dear all,
Greetings,
I divided my image into 16by16 blocks, after applying some features extraction, I can retrieve a cell array which contains some blocks names as a cell of two values{x,y}.
I want to build a table of 256 rows(the name of each row is the coordinating of the blocks for instance row 1 is [1][1], row 17 is [2][1] ), then fill in the table with value one or zero based on the retrieved cell array. replace the retrieved blocks with one in the table, while non retrieved blocks assign zero in the table.
Thank you in advance
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Tables in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!