From: Stefan Heinen on
Hey,

I'm exporting a matrix with dlmwrite to txt.
Now I'm trying to set a header on top of it.. something like the example here:

text = [average, std, cv, min, max]
data=[ 10, 5, 3, 1, 10;
10, 5, 3, 1, 10;
10, 5, 3, 1, 10;
10, 5, 3, 1, 10;]

the output should look like:

output = [average std cv min max;
10 5 3 1 10;
10 5 3 1 10;
10 5 3 1 10;
10 5 3 1 10;]

anyone any segestions?

Best regards,

Stefan
 | 
Pages: 1
Prev: char to string
Next: header in matrix