I know in matlab, there is a function call TreeBagger that can implement random forest. However, if we use this function, we have no control on each individual tree. Can we use the matlab function fitctree, which build a decision tree, to implement random forest? Thanks a lot.