How to add a column of string in a table in MATLAB?
11 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Behrooz Daneshian
le 13 Jan 2023
Déplacé(e) : Cris LaPierre
le 13 Jan 2023
1 commentaire
Cris LaPierre
le 13 Jan 2023
Correct
load TEMP2
TEMP2.TAVG(:)="nodata"
Voir également
Catégories
En savoir plus sur Characters and Strings dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!