Remove null rows from a structure before converting to table
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
AG15
el 9 de Mzo. de 2023
Hi,
I am using a struct2table on a structure which has a few null rows as shown below:

When I try to use struct2table on this it gives me
3×2 table
A B
____________ ____________
{0×0 double} {0×0 double}
{0×0 double} {0×0 double}
{[ 1]} {[ 2]}
Is there a way to only convert the rows with the non null values, that would remove the braces when I convert it? Thanks a lot!
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Structures en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!