I want to insert the symbol +- (\\pm) between x and y in table created in matlab
x = (1:1:5)\'; y = x*5/100; table = [x y]
So, that the out
fprintf(['%0.2f ' char(177) ' %0.2f\n'], [x;y]);