Writing table variables with quotations marks ("Placeholder variable name")

조회 수: 11 (최근 30일)
Aske Ejdrup
Aske Ejdrup 2019년 8월 15일
편집: Aske Ejdrup 2019년 8월 15일
Hi.
When loading, manipulating and subsequently writing a table (readtable, writetable) my column/variable names are saved to .csv files with no quotation marks surround them.
E.g.:
Reading variable names like: ["id","frame","x","y","sigma","intensity"]
and subsequently saving them as: [id,frame,x,y,sigma,intensity]
This causes issue with my further use of the tables. I could manually edit, but would prefer to be able to bulk process.
Cheers.

답변 (1개)

Stephen23
Stephen23 2019년 8월 15일
편집: Stephen23 2019년 8월 15일
'QuoteStrings',true
Otherwise it is likely not difficult to write your own file using fprintf.
  댓글 수: 1
Aske Ejdrup
Aske Ejdrup 2019년 8월 15일
편집: Aske Ejdrup 2019년 8월 15일
'QuoteStrings',true
That only seems works for cells of the table, not the variable names themselves.
I'm not familiar with writing to .txt or .csv with fprintf but will give it a shot if no "quick fix" is possible.
Thanks

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Tables에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by