Skip to content

Commit b18864f

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 * Update scripts with more run buttons to clarify the interactions * Update scripts to clearly indicate local functions and how to see the code in the Hide Code scripts * Update scripts to clearly indicate helper functions in the code visible scripts
1 parent 2c7eded commit b18864f

File tree

143 files changed

+582
-303
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+582
-303
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
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,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
@@ -51,6 +53,7 @@ jobs:
5153

5254
# Upload the test results as artifact
5355
- name: Upload TestResults
56+
if: ${{ always() }}
5457
uses: actions/upload-artifact@v4
5558
with:
5659
name: TestResults_${{ matrix.MATLABVersion }}

.gitlab-ci.yml

Lines changed: 0 additions & 87 deletions
This file was deleted.
193 KB
Binary file not shown.
-1.01 KB
Binary file not shown.
2.79 KB
Binary file not shown.
1.26 MB
Binary file not shown.

MainMenu.mlx

-1.41 KB
Binary file not shown.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +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.
27+
Contact the [MathWorks Educator Content Development Team](mailto:onlineteaching@mathworks.com) if you would like to request assistance, provide feedback, or if you have a question.
2828

2929

3030
## Getting Started
@@ -90,16 +90,16 @@ MATLAB® is used throughout. Tools from Symbolic Math Toolbox™, Statistics and
9090
| | |
9191

9292

93-
Or feel free to explore our other [modular courseware content](https://www.mathworks.com/matlabcentral/fileexchange/?q=tag%3A%22courseware+module%22&sort=downloads_desc_30d).
93+
Or feel free to explore our other [modular courseware content](https://www.mathworks.com/matlabcentral/fileexchange/?q=author%3A%22MathWorks+Educator+Content+Development+Team%22&sort=relevancy).
9494

9595
# Educator Resources
9696
- [Educator Page](https://www.mathworks.com/academia/educators.html)
9797

9898
# Contribute
9999

100-
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/Matrix-Methods-of-Linear-Algebra/blob/release/CONTRIBUTING.md) page on GitHub.
100+
Looking for more? Find an issue? Have a suggestion? Please contact the [MathWorks Educator Content Development 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/Matrix-Methods-of-Linear-Algebra/blob/release/CONTRIBUTING.md) page on GitHub.
101101

102102

103-
*©* Copyright 2023 The MathWorks, Inc
103+
*©* Copyright 2025 The MathWorks, Inc
104104

105105

README.mlx

0 Bytes
Binary file not shown.
-1.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)