Increase number of decimals table "RESULTS FROM MAXIMUM LIKELIHOOD ESTIMATION"

I estimate a long run risks model using Dynare. My output is a table containing “Estimate”, “s.d.” and “t-stat” estimated parameters. I would like to increase the number of decimals displayed in the table or via:
loaded = load(‘estimationby_params.mat’)
loaded.M_.params but I am not

But I am not able to locate exactly which file and line I should modify in the .m file contained in the Dynare > matlab directory. Thank you

It’s display_estimation_results_table.m.