Skip to content

Commit

Permalink
Updated readme for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
callieEDU committed Nov 29, 2023
1 parent 6244aa5 commit a1b20ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ Ensure you have all the required products ([listed below](#H_E850B4FF)) installe

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:

| [**CruiseControl.slx**](./Models/CruiseControl.slx) | [**DCMotorControl.slx**](./Models/DCMotorControl.slx) | [**InvertedPendulum.slx**](./Models/InvertedPendulum.slx) |
| [**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) |
| :-- | :-- | :-- |
| <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"> |
| [**RotaryPendulum.slx**](./Models/RotaryPendulum.slx) | [**BallAndBeam.slx**](./Models/BallAndBeam.slx) | [**BallAndPlate.slx**](./Models/BallAndPlate.slx) |
| [**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) |
| <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"> |

# License
Expand Down
Binary file modified README.mlx
Binary file not shown.
2 changes: 1 addition & 1 deletion Utilities/ProjectStartupApp.m
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function startupFcn(app)
Request.Header = HeaderField("X-GitHub-Api-Version","2022-11-28");
Request.Header(2) = HeaderField("Accept","application/vnd.github+json");
[Answer,~,~] = send(Request,Address);
websave(fullfile("Utilities/SurveyLinks.mat"),Answer.Body.Data.download_url)
websave(fullfile("Utilities/SurveyLinks.mat"),Answer.Body.Data.download_url);
catch
end

Expand Down

0 comments on commit a1b20ef

Please sign in to comment.