MATLAB: How can i get n desired number after the comma of the MSE

mathematicsMATLAB

i want 10 numbers after the comma? can i integrate any command in my code??

Best Answer

I am not certain what you are asking.
If I am guessing correctly, format long may do what you want. See the documentation on the format (link) function for details.
Also see the documentation on the sprintf and fprintf functions.