Skip to content

Commit 24772b7

Browse files
committed
Final update for testing.
1 parent 32baddb commit 24772b7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

MainMenu.mlx

-1 Bytes
Binary file not shown.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Ensure you have all the required products (listed below) installed. If you need
4646

4747
## Products
4848

49-
*MATLAB®* is used throughout. Tools from *Simulink®*, *Simscape™*, *Requirements Toolbox*, and *Simulink Test* are used frequently as well. The Image Processing Toolbox is only used for the [*imread*](https://www.mathworks.com/help/matlab/ref/imread.html) and [*imresize*](https://www.mathworks.com/help/matlab/ref/imresize.html) functions. *If your module uses a product not on this list, you can find it* [*here*](https://www.mathworks.com/products.html)*.*
49+
*MATLAB®* is used throughout. Tools from *Simulink®*, *Simscape™*, *Requirements Toolbox*, and *Simulink Test* are used frequently as well. The *Image Processing Toolbox* is only used for the [*imread*](https://www.mathworks.com/help/matlab/ref/imread.html) and [*imresize*](https://www.mathworks.com/help/matlab/ref/imresize.html) functions. *System Composer* is only used for visualization of system architectures. If your module uses a product not on this list, you can find it [*here*](https://www.mathworks.com/products.html)*.
5050

5151

5252
# Scripts
@@ -90,7 +90,7 @@ The license for this module is available in the [LICENSE.md](https://github.com/
9090
| <img src="Images/image_10.png" width="125" alt="image_10.png"> <br> | **Available on:** <br> [<img src="Images/OpenInFX.png" width="91" alt="OpenInFX.png">](https://www.mathworks.com/matlabcentral/fileexchange/172770-battery-systems-introduction?s_tid=srchtitle) <br> [<img src="Images/OpenInMO.png" width="136" alt="OpenInMO.png">](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Battery-Systems&project=BatterySystem.prj&file=README.mlx) <br> [GitHub](https://github.com/MathWorks-Teaching-Resources/Battery-Systems) <br> |
9191
| :-: | :-- |
9292

93-
## [ Mass\-Spring\-Damper Systems](https://www.mathworks.com/matlabcentral/fileexchange/94585-mass-spring-damper-systems?s_tid=srchtitle)
93+
## [Mass\-Spring\-Damper Systems](https://www.mathworks.com/matlabcentral/fileexchange/94585-mass-spring-damper-systems?s_tid=srchtitle)
9494
| <img src="Images/image_13.png" width="190" alt="image_13.png"> <br> | **Available on:** <br> [<img src="Images/OpenInFX.png" width="91" alt="OpenInFX.png">](https://www.mathworks.com/matlabcentral/fileexchange/94585-mass-spring-damper-systems?s_tid=srchtitle) <br> [<img src="Images/OpenInMO.png" width="136" alt="OpenInMO.png">](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Mass-Spring-Damper-Systems&project=mass-spring-damper-systems.prj&file=README.mlx) <br> [GitHub](https://github.com/MathWorks-Teaching-Resources/Mass-Spring-Damper-Systems) <br> |
9595
| :-- | :-- |
9696

README.mlx

23 Bytes
Binary file not shown.

SoftwareTests/PreFiles/PreDefiningRequirementsSoln.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
KnownIssuesID = "";
44
% ---- Pre-run commands -----
55

6-
% sltest.testmanager = @(x) disp("... Opening "+x);
76
sltest.testmanager.clear = @(x) disp("... Opening "+x);
8-
sltest.testmanager.clearResults = @(x) disp("... Opening "+x);
7+
sltest.testmanager.clearResults = @(x) disp("... Opening "+x);
8+
sltest.testmanager.close = @(x) disp("... Opening "+x);

0 commit comments

Comments
 (0)