Skip to content

Commit a1b20ef

Browse files
committed
Updated readme for readability
1 parent 6244aa5 commit a1b20ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ Ensure you have all the required products ([listed below](#H_E850B4FF)) installe
8585

8686
Virtual labs is the idea of taking hardware and converting it into a realistic computer simulation. This allows the user to expand their intuition and test beyond the capabilities of the hardware. Below is a set of virtual mechanisms available in this module to explore:
8787

88-
| [**CruiseControl.slx**](./Models/CruiseControl.slx) | [**DCMotorControl.slx**](./Models/DCMotorControl.slx) | [**InvertedPendulum.slx**](./Models/InvertedPendulum.slx) |
88+
| [**CruiseControl.slx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Virtual-Controls-Laboratory&project=VirtualControlsLaboratory.prj&file=CruiseControl.slx) | [**DCMotorControl.slx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Virtual-Controls-Laboratory&project=VirtualControlsLaboratory.prj&file=DCMotorControl.slx) | [**InvertedPendulum.slx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Virtual-Controls-Laboratory&project=VirtualControlsLaboratory.prj&file=InvertedPendulum.slx) |
8989
| :-- | :-- | :-- |
9090
| <img src="Images/image_7.gif" width="171" alt="image_7.gif"> | <img src="Images/image_8.gif" width="171" alt="image_8.gif"> | <img src="Images/image_9.gif" width="171" alt="image_9.gif"> |
91-
| [**RotaryPendulum.slx**](./Models/RotaryPendulum.slx) | [**BallAndBeam.slx**](./Models/BallAndBeam.slx) | [**BallAndPlate.slx**](./Models/BallAndPlate.slx) |
91+
| [**RotaryPendulum.slx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Virtual-Controls-Laboratory&project=VirtualControlsLaboratory.prj&file=RotaryPendulum.slx) | [**BallAndBeam.slx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Virtual-Controls-Laboratory&project=VirtualControlsLaboratory.prj&file=BallAndBeam.slx) | [**BallAndPlate.slx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Virtual-Controls-Laboratory&project=VirtualControlsLaboratory.prj&file=BallAndPlate.slx) |
9292
| <img src="Images/image_10.gif" width="171" alt="image_10.gif"> | <img src="Images/image_11.gif" width="171" alt="image_11.gif"> | <img src="Images/image_12.gif" width="171" alt="image_12.gif"> |
9393

9494
# License

README.mlx

7 Bytes
Binary file not shown.

Utilities/ProjectStartupApp.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function startupFcn(app)
132132
Request.Header = HeaderField("X-GitHub-Api-Version","2022-11-28");
133133
Request.Header(2) = HeaderField("Accept","application/vnd.github+json");
134134
[Answer,~,~] = send(Request,Address);
135-
websave(fullfile("Utilities/SurveyLinks.mat"),Answer.Body.Data.download_url)
135+
websave(fullfile("Utilities/SurveyLinks.mat"),Answer.Body.Data.download_url);
136136
catch
137137
end
138138

0 commit comments

Comments
 (0)