MATLAB: Display information about the model at each level

displaymodel informationsimulink

Hello all, I am trying to display Simulink model information at each level. I would like to print the models on paper just for reference. Is there a good way to do this. I did not find the way of adding information about the model directly on the simulink model editor very efficient. I am not allowed to use the "ModelInfo" block either. 🙁
Thanks in advance.
Cheers, Rashmi

Best Answer

>>saveas(get_param('FigX_model','Handle'),'FigX_model.pdf');