Skip to content

Commit 01ad95c

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 * Removed note in readme for viewing readme in versions prior to 2023b * Updated ci.yml for GitHub testing on 2025b * Updated text in MATLAB scripts
1 parent cbe37a6 commit 01ad95c

File tree

14 files changed

+54
-181
lines changed

14 files changed

+54
-181
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
MATLABVersion: [R2024b,R2025a]
22+
MATLABVersion: [R2024b,R2025a,R2025b]
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
@@ -40,8 +42,6 @@ jobs:
4042
release: ${{ matrix.MATLABVersion }}
4143
products: MATLAB Simulink Simscape Requirements_Toolbox Simulink_Test Image_Processing_Toolbox System_Composer Simscape_Battery Simscape_Driveline
4244

43-
44-
4545
# Run all the tests
4646
- name: Run SmokeTests
4747
uses: matlab-actions/run-command@v2

.gitlab-ci.yml

Lines changed: 0 additions & 87 deletions
This file was deleted.

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":"critical","message":"R2024b | R2025a"}
1+
{"schemaVersion":1,"label":"Test Status","color":"success","message":"R2025a"}
127 Bytes
Binary file not shown.
-59 Bytes
Binary file not shown.

MainMenu.mlx

-95 Bytes
Binary file not shown.

README.md

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

2424
## Contact Us
2525

26-
Solutions are available upon instructor request. Contact the [MathWorks teaching resources team](mailto:[email protected]) if you would like to request solutions, provide feedback, or if you have a question.
26+
Contact the [MathWorks Educator Content Development Team](mailto:[email protected]) if you would like to provide feedback, or if you have a question.
2727

2828

2929
## Prerequisites
@@ -51,7 +51,6 @@ Ensure you have all the required products (listed below) installed. If you need
5151

5252
# Scripts
5353

54-
*If you are viewing this in a version of MATLAB prior to R2023b, you can view the learning outcomes for each script* [*here*](https://www.mathworks.com/matlabcentral/fileexchange/180430-engineering-problem-solving)
5554

5655
## [**IntroToProblemSolving.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Engineering-Problem-Solving&project=EngineeringProblemSolving.prj&file=Scripts/IntroToProblemSolving.mlx)
5756
| | **In this script, students will...** <br> | **Academic disciplines** <br> |
@@ -102,9 +101,9 @@ Or feel free to explore our other [modular courseware content](https://www.mathw
102101

103102
# Contribute
104103

105-
Looking for more? Find an issue? Have a suggestion? Please contact the [MathWorks teaching resources team](mailto:%[email protected]). 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/Engineering-Problem-Solving/blob/main/CONTRIBUTING.md) page on GitHub.
104+
Looking for more? Find an issue? Have a suggestion? Please contact the [MathWorks Educator Content Development Team](mailto:%[email protected]). 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/Engineering-Problem-Solving/blob/main/CONTRIBUTING.md) page on GitHub.
106105

107106

108-
*©* Copyright 2024 The MathWorks, Inc
107+
*©* Copyright 2025 The MathWorks, Inc
109108

110109

README.mlx

-84 Bytes
Binary file not shown.

Scripts/DefiningRequirements.mlx

133 Bytes
Binary file not shown.

Scripts/IntroToProblemSolving.mlx

31 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)