I have a matrix (input) and want to export it as a text file (output), therefore, I am using the following code in matlab:
save('out.txt', 'input', '-ASCII');
My question is that how I can insert for example 3 lines (as follow) for its header? I don't want to open the output.txt file in another program, because the size of the output.txt is very large and non of the available softwar can open it. Therefore, I want to do this directly in matlab.
These data set are...
It is created by
2013