How to add a column of string in a table in MATLAB?
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi all,
I have a table called "TEMP2". I want to add a column(TAVG) in which I have string saying that ''no data''. What is the esaiest way to do that?
0 comentarios
Respuestas (1)
Behrooz Daneshian
el 13 de En. de 2023
Movida: Cris LaPierre
el 13 de En. de 2023
1 comentario
Cris LaPierre
el 13 de En. de 2023
Correct
load TEMP2
TEMP2.TAVG(:)="nodata"
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!