02-Jun-2023 17:24:27 svd_lls_test(): MATLAB/Octave version 5.2.0 svd_lls() uses the SVD for linear least squares. svd_lls(): Find best linear relation between two data vectors. Min Ave Max Height: 50.5 61.3646 72 Weight: 50.5 101.308 171.5 Linear relationship: Weight-average = 6.25691 * ( Height - average ) Affine relationship: Weight = 6.25691 * Height + -282.644 Graphics saved as "hw_plot01.png" Graphics saved as "hw_plot02.png" Graphics saved as "hw_plot03.png" svd_lls_test(): Normal end of execution. 02-Jun-2023 17:24:29