How to i input new column into an excel sheet from matlab without replacing preexisting columns. I've tried to use the writematrix command, any suggestions.

답변 (1개)

Star Strider
Star Strider 2022년 12월 2일

0 개 추천

I would use readtable to read the file, then addvars to add one or more variables in the desired position, then writetable to write the result back to a file. All those should be available in R2021a.

카테고리

제품

릴리스

R2021a

태그

질문:

2022년 12월 1일

답변:

2022년 12월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by