Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ultralytics Code Refactor https://ultralytics.com/actions #9

Merged
merged 2 commits into from
Jun 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<br>
<img src="https://raw.githubusercontent.com/ultralytics/assets/main/logo/Ultralytics_Logotype_Original.svg" width="320">
<a href="https://ultralytics.com" target="_blank"><img src="https://raw.githubusercontent.com/ultralytics/assets/main/logo/Ultralytics_Logotype_Original.svg" width="320" alt="Ultralytics logo"></a>

# 🌟 Introduction

Expand All @@ -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.

Expand All @@ -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`:

Expand Down Expand Up @@ -76,7 +76,7 @@ For bug reports, feature requests, and contributions, head to [GitHub Issues](ht
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="3%" alt="space">
<a href="https://www.tiktok.com/@ultralytics"><img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-tiktok.png" width="3%" alt="Ultralytics TikTok"></a>
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="3%" alt="space">
<a href="https://www.instagram.com/ultralytics/"><img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-instagram.png" width="3%" alt="Ultralytics Instagram"></a>
<a href="https://ultralytics.com/bilibili"><img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-bilibili.png" width="3%" alt="Ultralytics Instagram"></a>
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="3%" alt="space">
<a href="https://ultralytics.com/discord"><img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-discord.png" width="3%" alt="Ultralytics Discord"></a>
</div>