Skip to content

Commit 77268fd

Browse files
committed
Updated Onramp Links
1 parent b97e535 commit 77268fd

File tree

6 files changed

+10
-13
lines changed

6 files changed

+10
-13
lines changed

Labs/Lab1_CruiseControl.mlx

1.56 KB
Binary file not shown.

Labs/Lab2_VehicleModel.mlx

1.64 KB
Binary file not shown.

Labs/Lab3_PositionControl.mlx

1.33 KB
Binary file not shown.

Labs/Lab4_PositionAnalysis.mlx

1.17 KB
Binary file not shown.

Models/RotaryPendulum.slx

32.3 KB
Binary file not shown.

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Virtual Controls Laboratory [![View Virtual Hardware and Labs for Controls on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/100064-virtual-hardware-and-labs-for-controls)
2-
1+
# Virtual Controls Laboratory [![View Virtual Controls Laboratory on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/)
32
**Curriculum Module**
43
_Created with R2021a. Compatible with R2021a and later releases._
54

@@ -16,36 +15,34 @@ Get started with the Virtual Controls Laboratory by downloading and unzipping th
1615
<td width=290>
1716
<b>Cruise control</b>
1817
<br><code>CruiseControl.slx</code>
19-
<img src = "https://user-images.githubusercontent.com/81383420/135468977-9997703d-dcb7-4205-a0f6-57da20d440bc.png" alt="Vehicle animation" width=250>
18+
<img src = "./SupportingFiles/gifs/vehiclecover.png" alt="Vehicle animation" width=250>
2019
</td>
2120
<td width=290>
2221
<b>DC motor</b>
2322
<br><code>DCMotorControl.slx</code>
24-
<img src = "https://user-images.githubusercontent.com/81383420/135469070-bef749d0-db3f-45c1-a10c-61fb1951478b.gif" alt="DC motor animation" width=250>
23+
<img src = "./SupportingFiles/gifs/dcmotor.gif" alt="DC motor animation" width=250>
2524
</td>
2625
<td width=290>
2726
<b>Inverted pendulum</b>
2827
<br><code>InvertedPendulum.slx</code>
29-
<img src = "https://user-images.githubusercontent.com/81383420/135469179-83a5ef18-c835-4587-bd24-4790a400c451.gif" alt="Inverted pendulum animation" width=250>
28+
<img src = "./SupportingFiles/gifs/invertedpendulum.gif" alt="Inverted pendulum animation" width=250>
3029
</td>
3130
</tr>
32-
</table>
33-
<table>
3431
<tr>
3532
<td width=290>
3633
<b>Rotary pendulum</b>
3734
<br><code>RotaryPendulum.slx</code>
38-
<img src = "https://user-images.githubusercontent.com/81383420/135469297-fe90de7f-ac09-43c7-854d-993e829ed3e4.gif" alt="Rotary pendulum animation" width=250>
35+
<img src = "./SupportingFiles/gifs/rotarypendulum.gif" alt="Rotary pendulum animation" width=250>
3936
</td>
4037
<td width=290>
4138
<b>Ball and beam</b>
4239
<br><code>BallAndBeam.slx</code>
43-
<img src = "https://user-images.githubusercontent.com/81383420/135469426-d2d3555c-aa73-464c-8794-73f584640081.gif" alt="Ball and beam animation" width=250>
40+
<img src = "./SupportingFiles/gifs/ballbeam.gif" alt="Ball and beam animation" width=250>
4441
</td>
4542
<td width=290>
4643
<b>Ball and plate</b>
4744
<br><code>BallAndPlate.slx</code>
48-
<img src = "https://user-images.githubusercontent.com/81383420/135469526-50bd5094-1306-4902-a056-e2a38752b2f0.gif" alt="Ball and plate animation" width=250>
45+
<img src = "./SupportingFiles/gifs/ballplate.gif" alt="Ball and plate animation" width=250>
4946
</td>
5047
</tr>
5148
</table>
@@ -91,15 +88,15 @@ In this lab, students construct and analyze the closed-loop transfer function of
9188
- Assess the stability of a closed-loop transfer function.
9289

9390
## Suggested Prework ##
94-
[MATLAB Onramp](https://www.mathworks.com/learn/tutorials/matlab-onramp.html) – a free two-hour introductory tutorial that teaches the essentials of MATLAB.
91+
[MATLAB Onramp](https://matlabacademy.mathworks.com/details/matlab-onramp/gettingstarted) – a free two-hour introductory tutorial that teaches the essentials of MATLAB.
9592
<br>
96-
[Simulink Onramp](https://www.mathworks.com/learn/tutorials/simulink-onramp.html) – a free three-hour introductory tutorial that teaches the essentials of Simulink.
93+
[Simulink Onramp](https://matlabacademy.mathworks.com/details/simulink-onramp/simulink) – a free three-hour introductory tutorial that teaches the essentials of Simulink.
9794

9895
## Products ##
9996
MATLAB, Simulink, Control System Toolbox&trade;, Simscape&trade;, Simscape Multibody&trade;, Simscape Driveline&trade;
10097

10198
## License ##
102-
The license for this module is available in the [LICENSE.MD](LICENSE.md) file in this GitHub repository.
99+
The license for this module is available in the [LICENSE.TXT](license.txt) file in this GitHub repository.
103100

104101
## Educator Resources ##
105102
* [Featured Courseware](https://www.mathworks.com/academia/courseware/course-materials.html)

0 commit comments

Comments
 (0)