Skip to content

Commit 56e9e00

Browse files
committed
Maintenance for R2025b
* Update to new startup app * Improve ci.yml * Standardize project details * Remove reference to emailing for solutions in README as the solutions are included in Instructor Resources * Update identity as the MathWorks Educator Content Development team
1 parent 1a8d74d commit 56e9e00

File tree

14 files changed

+161
-175
lines changed

14 files changed

+161
-175
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
MATLABVersion: [R2024a,R2024b]
22+
MATLABVersion: [R2024b,R2025a]
2323
runs-on: ubuntu-latest
24+
env:
25+
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libstdc++.so.6
2426
steps:
2527
# Checks-out your repository
2628
- uses: actions/checkout@v4
@@ -39,14 +41,6 @@ jobs:
3941
with:
4042
release: ${{ matrix.MATLABVersion }}
4143
products: MATLAB Control_System_Toolbox Symbolic_Math_Toolbox
42-
# List required products above in the format shown (and uncomment them)
43-
# List of product strings:
44-
# Simulink
45-
# Statistics_and_Machine_Learning_Toolbox
46-
# Simulink_Coder
47-
# Econometrics_Toolbox
48-
# Deep_Learning_Toolbox
49-
5044

5145
# Run all the tests
5246
- name: Run SmokeTests

Images/TestedWith.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"schemaVersion":1,"label":"Test Status","color":"success","message":"R2024a | R2024b"}
1+
{"schemaVersion":1,"label":"Test Status","color":"success","message":"R2024b | R2025a"}
-1.92 KB
Binary file not shown.
265 KB
Binary file not shown.

MainMenu.mlx

-1.22 KB
Binary file not shown.

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ The instructions inside the live scripts will guide you through the exercises an
2424

2525
## Contact Us
2626

27-
Solutions are available upon instructor request. Contact the [MathWorks teaching resources team](mailto:onlineteaching@mathworks.com) if you would like to request solutions, provide feedback, or if you have a question.
28-
27+
Contact the [MathWorks Educator Content Development Team](mailto:onlineteaching@mathworks.com) if you would like to provide feedback, or if you have a question.
2928

3029
## Prerequisites
3130

@@ -110,9 +109,9 @@ Feel free to explore our other [modular courseware content](https://www.mathwork
110109

111110
# Contribute
112111

113-
Looking for more? Find an issue? Have a suggestion? Please contact the [MathWorks teaching resources team](mailto:%20onlineteaching@mathworks.com). If you want to contribute directly to this project, you can find information about how to do so in the [CONTRIBUTING.md](https://github.com/MathWorks-Teaching-Resources/Transfer-Function-Analysis-of-Dynamic-Systems/blob/release/CONTRIBUTING.md) page on GitHub.
112+
Looking for more? Find an issue? Have a suggestion? Please contact the [MathWorks Educator Content Development Team](mailto:onlineteaching@mathworks.com). If you want to contribute directly to this project, you can find information about how to do so in the [CONTRIBUTING.md](https://github.com/MathWorks-Teaching-Resources/Transfer-Function-Analysis-of-Dynamic-Systems/blob/release/CONTRIBUTING.md) page on GitHub.
114113

115114

116-
*©* Copyright 2023 The MathWorks, Inc
115+
*©* Copyright 2025 The MathWorks, Inc
117116

118117

README.mlx

-25 Bytes
Binary file not shown.
-1.91 KB
Binary file not shown.

Scripts/PoleZeroAnalysis.mlx

16 Bytes
Binary file not shown.

SoftwareTests/FunctionTests.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
classdef FunctionTests < matlab.unittest.TestCase
22

3+
% https://www.mathworks.com/help/matlab/matlab_prog/use-parameters-in-class-based-tests.html
4+
35
methods(Test)
46

57
end % methods

0 commit comments

Comments
 (0)