A part of my script consists of the following two codes, but for some reason the eval
function is still returning information to the command window. As you can see I use a semicolon at the end of the lines but I'm guessing it is not placed right.
eval(['Norm_Accelerance' num2str(i0) ' = (Interp_accelerance-min(Interp_accelerance))/(max(Interp_accelerance)-min(Interp_accelerance));']);
eval(['Average_Norm_Accelerance = Average_Norm_Accelerance + Norm_Accelerance' num2str(i);]);