Skip to content

Commit 6cf82b0

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
1 parent 4baf4b1 commit 6cf82b0

File tree

14 files changed

+153
-203
lines changed

14 files changed

+153
-203
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]
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
@@ -58,6 +60,7 @@ jobs:
5860

5961
# Upload the test results as artifact
6062
- name: Upload TestResults
63+
if: ${{ always() }}
6164
uses: actions/upload-artifact@v4
6265
with:
6366
name: TestResults_${{ matrix.MATLABVersion }}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<a name="T_DEF03274"></a>
22
# <span style="color:rgb(213,80,0)">Vector Arithmetic</span>
33
<a name="H_053613DF"></a>
4+
Learn the concepts of vector arithmetic with applications to the pitch and yaw of a cell phone.
45

56
[![View on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/94555-vector-arithmetic) or [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Vector-Arithmetic&project=VectorArithmetic.prj&file=README.mlx)
67

@@ -24,7 +25,7 @@ The instructions inside the live scripts will guide you through the exercises an
2425

2526
## Contact Us
2627

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+
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.
2829

2930
<a name="H_30BC7141"></a>
3031
## Prerequisites

README.mlx

15 Bytes
Binary file not shown.

Utilities/ProjectStartup.m

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

0 commit comments

Comments
 (0)