I've got a Matrix, let's say x, that contains seven values in exponential notation. Next i want to write this Variable to a textfuile, but without the exponential but with a decimal notation.
I tried str2num(num2str(exportdata, '%15.4f'));
and fprintf
but this only works for displayed data but not for storage as far as I know.