Skip to content

Commit 644db5d

Browse files
committed
Added control systems toolbox for tf function.
1 parent 41338a9 commit 644db5d

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 Symbolic_Math_Toolbox
41+
products: MATLAB Simulink Simscape DSP_System_Toolbox Simscape_Electrical Symbolic_Math_Toolbox Control_System_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. *Symbolic Math Toolbox™* is used as well for the [!syms](https://www.mathworks.com/help/symbolic/syms.html) function.
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 and *Control System Toolbox™* is used for the [tf](https://www.mathworks.com/help/releases/R2024b/control/ref/tf.html?overload=tf+false) function.
5252

5353

5454
# Scripts

README.mlx

62 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)