How to show the verbosity information of creating a PCE model

Hi everyone,
I want to obtain verbosity information of creating a PCE model. I found a switch in uq_PCE_calculate_coefficients.m, the code is in lines 17 & 18:
% Verbosity level
DisplayLevel = current_model.Internal.Display;

And I found if DisplayLevel >1, the verbosity information can be shown in creating myPCE.

But the default value is 1.

I would like to know how to change the value, because once the model is created, myPCE.Internal.Display is 1 and the information is not print, such as the example in
uq_Example_PCE_03_SimplySupportedBeam.m

If I didn’t make it clear, please contact me.

Thanks!

Dear @zhangshengwang

Is the .Display field as explained in the manual Section 3.1, Table 3 what you are looking for?

https://www.uqlab.com/pce-user-manual

Best regards
Styfen

Hi Styfen,

Yes, this Section is very useful. Thank you very much!

Best regards,
Shengwang Zhang