How to add a column of string in a table in MATLAB?
조회 수: 11 (최근 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에서 Characters and Strings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!