[Matlab] fprintf

%s format as a string

%d format with no fractional part (integer format)

%f format as a oating-point value

%e format as a oating-point value in scientic notation

%g format in the most compact form of either %f or %e

\n insert newline in output string

\t insert tab in output string