How to replace values of a variable in a table (in a cell) with nan?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Tomaszzz
el 4 de Oct. de 2022
Comentada: Tomaszzz
el 4 de Oct. de 2022
Hi all,
I have a 10x1 cell containg 100x32 tables.
I want to:
mycell{5, 1}.myvariable = nan;
which results in:
Error using .
To assign to or create a variable in a table, the number of rows must match the height of the table.
How can I write the code to replace the values of a specified variable with nan?
Can you help please?
2 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Tables 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!