Excel column informtion input

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.

Risposte (1)

Star Strider
Star Strider il 2 Dic 2022

0 voti

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.

Prodotti

Release

R2021a

Richiesto:

il 1 Dic 2022

Risposto:

il 2 Dic 2022

Community Treasure Hunt

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

Start Hunting!

Translated by