From a0826f78d58e0932761af3e44691497bcca3224e Mon Sep 17 00:00:00 2001 From: "E. Cheynet" Date: Thu, 4 Feb 2021 17:17:16 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e36e07..851036a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ The algorithm is inspired by the one used by Magalhaes et al. [1]. It has been a The submission file contains: - A data file BridgeData.mat - A Matlab Live Script Example1.mlx that illustrates the application of the algorithm. +- A Matlab Live Script Example1_noToolbox.mlx that reproduce Example1 but using the function SSICOV_noToolbox. - The function SSICOV which is the automated SSI-COV algorithm. - The function SSICOV_noToolbox which is the automated SSI-COV algorithm but does not use the Statistics and Machine Learning Toolbox. The Linkage algorithm is replaced by the function "PHA_Clustering" by [5] and the function "cluster" is replaced by the function "Cluster2", which is derived from [6]. - The function plotStabDiag.m, which plot the stabilization diagram.