MATLAB: Fitensemble with adaboost and trees

fitensemble

I am using the following command for building a classifier with adaboostm1 using trees as learners. ens = fitensemble(X,Y,'AdaBoostM1',50,'tree');
I want to visualize or take a look at the trees but I could not find a way to do so. Please help. Thank you!
Related Question