08-Jan-2022 09:35:25 single_linkage_test(): MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2 Test single_linkage() Demonstrate MATLAB functions for single linkage analysis of sets of numeric data, in particular: * sv = pdist ( xy ) computes the pairwise distance table given a list of point coordinates. * sl linkage ( sv, 'single' ) computes the single linkage information from the distance table. * dendrogram ( sl ) displays the single linkage tree. Test CANCELLED. linkage() requires Statistics and Machine Learning Toolbox.