Skip to content

Commit 4d29d57

Browse files
committed
Update MATLAB Onramp hyperlinks to MATLAB Academy
1 parent cdb4447 commit 4d29d57

9 files changed

Lines changed: 6 additions & 6 deletions

Part0_ConceptReview.mlx

224 Bytes
Binary file not shown.

Part0_ConceptReviewSoln.mlx

224 Bytes
Binary file not shown.

Part1_TransferFunctionBasics.mlx

224 Bytes
Binary file not shown.
224 Bytes
Binary file not shown.

Part2_PoleZeroAnalysis.mlx

224 Bytes
Binary file not shown.

Part2_PoleZeroAnalysisSoln.mlx

224 Bytes
Binary file not shown.

Part3_FrequencyDomainAnalysis.mlx

224 Bytes
Binary file not shown.
224 Bytes
Binary file not shown.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Transfer Function Analysis of Dynamic Systems [![View <File Exchange Title> on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/####)
1+
# Transfer Function Analysis of Dynamic Systems [![View Transfer Function Analysis of Dynamic Systems on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/94635-transfer-function-analysis-of-dynamic-systems)
22
**Curriculum Module**
33
_Created with R2020b. Compatible with R2020b and later releases._
44

@@ -15,7 +15,7 @@ The instructions inside the live scripts will guide you through the exercises an
1515
**`Part0_ConceptReview.mlx, Part0_ConceptReviewSoln.mlx`**
1616
An interactive lesson that reviews Laplace transforms.
1717

18-
<img src="pendulum.gif" width="500">
18+
<img src="https://user-images.githubusercontent.com/81383420/122928267-b055b100-d337-11eb-962d-80c290c1e6a6.gif" width="500">
1919

2020
**Learning Goals:**
2121
- Compute Laplace transforms by hand and using symbolic math
@@ -27,7 +27,7 @@ An interactive lesson that reviews Laplace transforms.
2727
**`Part1_TransferFunctionBasics.mlx, Part1_TransferFunctionBasicsSoln.mlx`**
2828
An interactive lesson that teaches how to derive transfer functions and compute time responses analytically and in MATLAB.
2929

30-
<img src="SystemBoxStep.png" width="500">
30+
<img src="https://user-images.githubusercontent.com/81383420/122928938-573a4d00-d338-11eb-80ef-2c979eb17236.png" width="550">
3131

3232
**Learning Goals:**
3333
- Derive transfer functions by hand
@@ -40,7 +40,7 @@ An interactive lesson that teaches how to derive transfer functions and compute
4040
**`Part2_PoleZeroAnalysis.mlx, Part2_PoleZeroAnalysisSoln.mlx`**
4141
A live script lesson that teaches pole-zero analysis.
4242

43-
<img src="PolePlane.png" width="500">
43+
<img src="https://user-images.githubusercontent.com/81383420/122929255-bb5d1100-d338-11eb-8d05-7aa7b6666f71.png" width="550">
4444

4545
**Learning Goals:**
4646
- Describe how the transfer function of a DC motor is derived
@@ -54,8 +54,8 @@ A live script lesson that teaches pole-zero analysis.
5454
**`Part3_FrequencyDomainAnalysis.mlx, Part3_FrequencyDomainAnalysisSoln.mlx`**
5555
An interactive lesson that teaches frequency domain analysis using transfer functions.
5656

57-
<img src="bodeplot.gif" width="500">
58-
57+
<img src="https://user-images.githubusercontent.com/81383420/122929840-65d53400-d339-11eb-8a8a-2c1522bbfcf0.gif" width="550">
58+
5959
**Learning Goals:**
6060
- Explain how a Bode plot is generated
6161
- Use MATLAB to numerically calculate the frequency response of a transfer function

0 commit comments

Comments
 (0)