Skip to content

Commit 617b2a0

Browse files
committed
Updated yml file and readme to reflect usage of deep learning toolbox for minmax function.
1 parent e7c6aa7 commit 617b2a0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: matlab-actions/setup-matlab@v2
3939
with:
4040
release: ${{ matrix.MATLABVersion }}
41-
products: MATLAB Symbolic_Math_Toolbox
41+
products: MATLAB Symbolic_Math_Toolbox Deep_Learning_Toolbox
4242
# List required products above in the format shown (and uncomment them)
4343
# List of product strings:
4444
# Simulink

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Ensure you have all the required products (listed below) installed. If you need
4848

4949
## Products
5050

51-
*MATLAB* is used throughout. Tools from the Symbolic Math Toolbox are used frequently as well.
51+
*MATLAB* is used throughout. Tools from the Symbolic Math Toolbox are used frequently as well. Deep Learning Toolbox is used specifically for the [minmax](https://www.mathworks.com/help/deeplearning/ref/minmax.html) function.
5252

5353

5454
# Scripts

README.mlx

55 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)