Add new column with header to csv Matlab
I have an csv file with column headers (strings) and data. I then want to add a new column with a specific header 'My new header' and data is stored in a 100x1 double variable called mynewdata. How I can add a new column with header 'My new header' and values of the column be mynewdata?