Skip to content

Commit facefc5

Browse files
committed
Updated ci.yml for GitHub testing on 2025b
Updated readme.md script links to open in ML Online
1 parent 2968f5c commit facefc5

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-
## [**CruiseControl.mlx**](./Scripts/CruiseControl.mlx)
56+
## [**CruiseControl.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Virtual-Controls-Laboratory&project=VirtualControlsLaboratory.prj&file=Scripts/CruiseControl.mlx)
5757
| | | |
5858
| :-- | :-- | :-- |
5959
| | **In this script, students will...** <br> | **Academic disciplines** <br> |
6060
| <img src="Images/image_3.png" width="231" alt="image_3.png"> <br> | • Compare and contrast open\-loop and feedback control. <br> • Implement a simple open\-loop controller in Simulink. <br> • Analyze the performance of an open\-loop controller. <br> • Implement a proportional controller in Simulink. <br> • Analyze the performance of a proportional controller. <br> | • Mechanical Engineering <br> • Electrical Engineering <br> • Mathematics <br> |
6161
| | | |
6262

63-
## [**VehicleModel.mlx**](./Scripts/VehicleModel.mlx)
63+
## [**VehicleModel.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Virtual-Controls-Laboratory&project=VirtualControlsLaboratory.prj&file=Scripts/VehicleModel.mlx)
6464
| | | |
6565
| :-- | :-- | :-- |
6666
| | **In this script, students will...** <br> | **Academic disciplines** <br> |
6767
| <img src="Images/image_4.png" width="231" alt="image_4.png"> <br> | • Derive the transfer function of a first order system. <br> • Compare the transfer function and virtual vehicle responses. <br> • Identify the model parameters for the virtual vehicle. <br> | • Mechanical Engineering <br> • Electrical Engineering <br> • Mathematics <br> |
6868
| | | |
6969

70-
## [**PositionControl.mlx**](./Scripts/PositionControl.mlx)
70+
## [**PositionControl.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Virtual-Controls-Laboratory&project=VirtualControlsLaboratory.prj&file=Scripts/PositionControl.mlx)
7171
| | | |
7272
| :-- | :-- | :-- |
7373
| | **In this script, students will...** <br> | **Academic disciplines** <br> |
7474
| <img src="Images/image_5.png" width="231" alt="image_5.png"> <br> | • Implement a PID controller. <br> • Identify rise time, settling time, overshoot, and peak time. <br> • Explain how changes to PID parameters affect the time\-domain response. <br> | • Mechanical Engineering <br> • Electrical Engineering <br> • Mathematics <br> |
7575
| | | |
7676

77-
## [**PositionAnalysis.mlx**](./Scripts/PositionAnalysis.mlx)
77+
## [**PositionAnalysis.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Virtual-Controls-Laboratory&project=VirtualControlsLaboratory.prj&file=Scripts/PositionAnalysis.mlx)
7878
| | | |
7979
| :-- | :-- | :-- |
8080
| | **In this script, students will...** <br> | **Academic disciplines** <br> |

0 commit comments

Comments
 (0)