From 4559b6f3a6e0a50ef029b5233917927d6b27e281 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 20 Jun 2024 22:06:27 +0200 Subject: [PATCH 1/2] Refactor code for speed and clarity --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f067fc..d371073 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +Ultralytics logo # 🌟 Introduction @@ -76,7 +76,7 @@ For bug reports, feature requests, and contributions, head to [GitHub Issues](ht space Ultralytics TikTok space - Ultralytics Instagram + Ultralytics Instagram space Ultralytics Discord From 9391232936c9b31038809f085b4eb579ca8aa5b1 Mon Sep 17 00:00:00 2001 From: UltralyticsAssistant Date: Thu, 20 Jun 2024 20:06:59 +0000 Subject: [PATCH 2/2] Auto-format by https://ultralytics.com/actions --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d371073..5ad4334 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,16 @@ Before diving in, make sure you have the following prerequisites: - [MATLAB](https://www.mathworks.com/products/matlab.html) version 2018a or higher. - Access to the 'functions-matlab' common functions repository: - ```bash - $ git clone https://github.com/ultralytics/functions-matlab - ``` - Add the repository to the MATLAB path using: - ```matlab - >> addpath(genpath('/path/to/functions-matlab')) - ``` + ```bash + $ git clone https://github.com/ultralytics/functions-matlab + ``` + Add the repository to the MATLAB path using: + ```matlab + >> addpath(genpath('/path/to/functions-matlab')) + ``` - The following MATLAB toolboxes should be installed: - - Statistics and Machine Learning Toolbox - - Signal Processing Toolbox + - Statistics and Machine Learning Toolbox + - Signal Processing Toolbox Ensure that all installations and configurations match these requirements to smoothly run the NTC analysis tools. @@ -36,9 +36,9 @@ To begin analyzing your data: 1. Open MATLAB 2. Execute the command: - ```matlab - >> NTCviewer - ``` + ```matlab + >> NTCviewer + ``` Here is a glimpse of the kind of interface you can expect with our `NTCviewer`: