Add missing rows to the table without loop
Mostra commenti meno recenti
Attached is the table that I need to add missing rows to it. As you can see there is radius 25 and 33. I need to add radii from 0 to 35 and for radii other than 25 and 33 I want all columns (except radius) to be zero. I need it to be general because 25 adn 33 are not fixed and for the next batch other radii might be nonzero. I need to check radii from 0 to 35 and if they are not existing in the table, add radius to this table and make the zero columns for the rest.
Here is what I have now:

and I need to be like this:

2 Commenti
Walter Roberson
il 29 Ott 2019
I seen an entry at 34 but not at 33 ??
Zeynab Mousavikhamene
il 29 Ott 2019
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Image Data Workflows in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!