Skip to content

Commit

Permalink
Ultralytics Code Refactor https://ultralytics.com/actions (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: UltralyticsAssistant <[email protected]>
  • Loading branch information
glenn-jocher and UltralyticsAssistant committed Jun 20, 2024
1 parent 55d1f59 commit 46801a0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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 @@ -24,13 +24,13 @@ To get started with the NUDAR simulations, ensure that you have MATLAB (version
Please follow these steps to prepare your work environment:

1. Clone the Common Functions repository for MATLAB:
```shell
$ git clone https://github.com/ultralytics/functions-matlab
```
```shell
$ git clone https://github.com/ultralytics/functions-matlab
```
2. Add the repository to your MATLAB path by running:
```matlab
>> addpath(genpath('/functions-matlab'))
```
```matlab
>> addpath(genpath('/functions-matlab'))
```

**Note:** You should also have the following toolboxes installed in your MATLAB environment:

Expand Down Expand Up @@ -82,7 +82,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>

0 comments on commit 46801a0

Please sign in to comment.