Skip to content

Commit 5a9a3e5

Browse files
committed
Added info about symbolic math toolbox for use of syms function.
1 parent fe0e070 commit 5a9a3e5

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 Simulink Simscape DSP_System_Toolbox Simscape_Electrical
41+
products: MATLAB Simulink Simscape DSP_System_Toolbox Simscape_Electrical Symbolic_Math_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 *Simulink®, Simscape, Simscape Electrical™, and DSP System Toolbox* are used frequently as well.
51+
*MATLAB* is used throughout. Tools from *Simulink®, Simscape, Simscape Electrical™, and DSP System Toolbox* are used frequently as well. *Symbolic Math Toolbox™* is used as well for the [!syms](https://www.mathworks.com/help/symbolic/syms.html) function.
5252

5353

5454
# Scripts

README.mlx

-1.38 KB
Binary file not shown.

0 commit comments

Comments
 (0)