about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/BNT/CPDs/@gaussian_CPD/display.m
blob: a3d73c834cbf01d704e54e76beaf7ee9f4883130 (plain)
1
2
3
4
function display(CPD)

disp('gaussian_CPD object');
disp(struct(CPD));