Skip to content

Commit 863a16c

Browse files
committed
removed note in readme for viewing readme in versions prior to 2023b
Updated ci.yml for GitHub testing on 2025b Updated readme.md script links to open in ML Online
1 parent 2d55842 commit 863a16c

4 files changed

Lines changed: 7 additions & 8 deletions

File tree

.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

MainMenu.mlx

-98 Bytes
Binary file not shown.

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,44 +53,43 @@ Ensure you have all the required products (listed below) installed. If you need
5353

5454
# Scripts
5555

56-
*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/103375-dc-circuit-analysis)
5756

58-
## [**MeshAnalysis.mlx**](./Scripts/MeshAnalysis.mlx)
57+
## [**MeshAnalysis.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/DC-Circuit-Analysis&project=DCCircuitAnalysis.prj&file=MeshAnalysis.mlx)
5958
| | | |
6059
| :-- | :-- | :-- |
6160
| | **In this script, students will...** <br> | **Academic disciplines** <br> |
6261
| <img src="Images/image_3.png" width="171" alt="image_3.png"> <br> | • Use mesh analysis to compute currents through a linear circuit. <br> • Solve the matrix form of circuit equations in MATLAB. <br> • Model and analyze linear circuits in Simscape. <br> | • Electrical Engineering <br> |
6362
| | | |
6463

65-
## [**NodalAnalysis.mlx**](./Scripts/NodalAnalysis.mlx)
64+
## [**NodalAnalysis.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/DC-Circuit-Analysis&project=DCCircuitAnalysis.prj&file=NodalAnalysis.mlx)
6665
| | | |
6766
| :-- | :-- | :-- |
6867
| | **In this script, students will...** <br> | **Academic disciplines** <br> |
6968
| <img src="Images/image_4.png" width="171" alt="image_4.png"> <br> | • Use nodal analysis to compute voltages. <br> • Solve the matrix form of circuit equations in MATLAB. <br> • Model and analyze linear circuits in Simscape. <br> | • Electrical Engineering <br> |
7069
| | | |
7170

72-
## [**TheveninNorton.mlx**](./Scripts/TheveninNorton.mlx)
71+
## [**TheveninNorton.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/DC-Circuit-Analysis&project=DCCircuitAnalysis.prj&file=TheveninNorton.mlx)
7372
| | | |
7473
| :-- | :-- | :-- |
7574
| | **In this script, students will...** <br> | **Academic disciplines** <br> |
7675
| <img src="Images/image_5.png" width="171" alt="image_5.png"> <br> | • Explain Thevenin and Norton equivalent circuits. <br> • Solve for Thevenin and Norton equivalents. <br> • Compare circuits to their Thevenin and Norton equivalents. <br> | • Electrical Engineering <br> |
7776
| | | |
7877

79-
## [**RCCircuits.mlx**](./Scripts/RCCircuits.mlx)
78+
## [**RCCircuits.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/DC-Circuit-Analysis&project=DCCircuitAnalysis.prj&file=RCCircuits.mlx)
8079
| | | |
8180
| :-- | :-- | :-- |
8281
| | **In this script, students will...** <br> | **Academic disciplines** <br> |
8382
| <img src="Images/image_6.png" width="171" alt="image_6.png"> <br> | • Simulate charging and discharging RC circuits. <br> • Plot solutions of RC circuit differential equations. <br> • Measure the time constant of an RC circuit. <br> | • Electrical Engineering <br> |
8483
| | | |
8584

86-
## [**RLCCircuits.mlx**](./Scripts/RLCCircuits.mlx)
85+
## [**RLCCircuits.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/DC-Circuit-Analysis&project=DCCircuitAnalysis.prj&file=RLCCircuits.mlx)
8786
| | | |
8887
| :-- | :-- | :-- |
8988
| | **In this script, students will...** <br> | **Academic disciplines** <br> |
9089
| <img src="Images/image_7.png" width="171" alt="image_7.png"> <br> | • Compare the response of first and second order circuits. <br> • Analyze a second order RLC circuit differential equation. <br> • Solve for the natural frequency and damping in an RLC circuit. <br> • Compare underdamped, overdamped, and critically damped circuits. <br> | • Electrical Engineering <br> |
9190
| | | |
9291

93-
## [**OpAmps.mlx**](./Scripts/OpAmps.mlx)
92+
## [**OpAmps.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/DC-Circuit-Analysis&project=DCCircuitAnalysis.prj&file=OpAmps.mlx)
9493
| | | |
9594
| :-- | :-- | :-- |
9695
| | **In this script, students will...** <br> | **Academic disciplines** <br> |

README.mlx

-97 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)