Skip to content

Commit

Permalink
Refactor code for speed and clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Jun 16, 2024
1 parent 1a7d6d4 commit ba52b0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: Ultralytics Actions

on:
push:
branches: [main,master]
branches: [main, master]
pull_request:
branches: [main,master]
branches: [main, master]

jobs:
format:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ba52b0e

Please sign in to comment.