index
:
BNW
this commit
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
));