Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 13-May-2025 17:39:57 single_linkage_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 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.