Skip to content

Commit 3f2fef3

Browse files
committed
Updated ci.yml for GitHub testing on 2025b
Updated readme.md script links to open in ML Online
1 parent 6b3356e commit 3f2fef3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
MATLABVersion: [R2024b,R2025a]
22+
MATLABVersion: [R2024b,R2025a,R2025b]
2323
runs-on: ubuntu-latest
2424
env:
2525
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libstdc++.so.6

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,28 +53,28 @@ Ensure you have all the required products (listed below) installed. If you need
5353
# Scripts
5454

5555

56-
## [**ConceptReview.mlx**](./Scripts/ConceptReview.mlx)
56+
## [**ConceptReview.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Transfer-Function-Analysis-of-Dynamic-Systems&project=TransferFunctions.prj&file=Scripts/ConceptReview.mlx)
5757
| | | |
5858
| :-- | :-- | :-- |
5959
| | **In this script, students will...** <br> | **Academic disciplines** <br> |
6060
| <img src="Images/image_3.gif" width="171" alt="image_3.gif"> <br> | • Compute Laplace transforms by hand and using symbolic math <br> • Describe the properties of the Laplace transform <br> • Apply Laplace transforms to solve initial value problems <br> • Recall the definition of a linear time\-invariant (LTI) operator <br> | • Mechanical Engineering <br> • Electrical Engineering <br> • Mathematics <br> |
6161
| | | |
6262

63-
## [**TransferFunctionBasics.mlx**](./Scripts/TransferFunctionBasics.mlx)
63+
## [**TransferFunctionBasics.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Transfer-Function-Analysis-of-Dynamic-Systems&project=TransferFunctions.prj&file=Scripts/TransferFunctionBasics.mlx)
6464
| | | |
6565
| :-- | :-- | :-- |
6666
| | **In this script, students will...** <br> | **Academic disciplines** <br> |
6767
| <img src="Images/image_4.png" width="171" alt="image_4.png"> <br> | • Derive transfer functions by hand <br> • Derive transfer functions using symbolic math <br> • Numerically evaluate and plot the impulse, step, and forced responses of a system <br> • Analytically derive the step and forced responses of a system <br> • Explain the physical significance of time responses <br> | • Mechanical Engineering <br> • Electrical Engineering <br> • Mathematics <br> |
6868
| | | |
6969

70-
## [**PoleZeroAnalysis.mlx**](./Scripts/PoleZeroAnalysis.mlx)
70+
## [**PoleZeroAnalysis.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Transfer-Function-Analysis-of-Dynamic-Systems&project=TransferFunctions.prj&file=Scripts/PoleZeroAnalysis.mlx)
7171
| | | |
7272
| :-- | :-- | :-- |
7373
| | **In this script, students will...** <br> | **Academic disciplines** <br> |
7474
| <img src="Images/image_5.png" width="171" alt="image_5.png"> <br> | • Describe how the transfer function of a DC motor is derived <br> • Identify the poles and zeros of a transfer function <br> • Assess the stability of an LTI system based on the transfer function poles <br> • Relate the position of poles in the s\-plane to the damping and natural frequency of a system <br> • Explain how poles of a second\-order system relate to its dynamics <br> • Examine how transfer function zeros affect the dynamics of a system <br> | • Mechanical Engineering <br> • Electrical Engineering <br> • Mathematics <br> |
7575
| | | |
7676

77-
## [**FrequencyDomainAnalysis.mlx**](./Scripts/FrequencyDomainAnalysis.mlx)
77+
## [**FrequencyDomainAnalysis.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Transfer-Function-Analysis-of-Dynamic-Systems&project=TransferFunctions.prj&file=Scripts/FrequencyDomainAnalysis.mlx)
7878
| | | |
7979
| :-- | :-- | :-- |
8080
| | **In this script, students will...** <br> | **Academic disciplines** <br> |

0 commit comments

Comments
 (0)