필터 지우기
필터 지우기

Excel column informtion input

조회 수: 2 (최근 30일)
Tristan
Tristan 2022년 12월 1일
답변: Star Strider 2022년 12월 2일
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일
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.

카테고리

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

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by