How to add a column of string in a table in MATLAB?
7 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Behrooz Daneshian
2023 年 1 月 13 日
移動済み: Cris LaPierre
2023 年 1 月 13 日
1 件のコメント
Cris LaPierre
2023 年 1 月 13 日
Correct
load TEMP2
TEMP2.TAVG(:)="nodata"
参考
カテゴリ
Help Center および File Exchange で Tables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!