Skip to content

Commit

Permalink
Added control systems toolbox for tf function.
Browse files Browse the repository at this point in the history
  • Loading branch information
callieEDU committed Oct 19, 2024
1 parent 41338a9 commit 644db5d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: matlab-actions/setup-matlab@v2
with:
release: ${{ matrix.MATLABVersion }}
products: MATLAB Simulink Simscape DSP_System_Toolbox Simscape_Electrical Symbolic_Math_Toolbox
products: MATLAB Simulink Simscape DSP_System_Toolbox Simscape_Electrical Symbolic_Math_Toolbox Control_System_Toolbox
# List required products above in the format shown (and uncomment them)
# List of product strings:
# Simulink
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Ensure you have all the required products (listed below) installed. If you need

## Products

*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.
*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 and *Control System Toolbox™* is used for the [tf](https://www.mathworks.com/help/releases/R2024b/control/ref/tf.html?overload=tf+false) function.


# Scripts
Expand Down
Binary file modified README.mlx
Binary file not shown.

0 comments on commit 644db5d

Please sign in to comment.