Skip to content

Commit bc7cf54

Browse files
authored
Update README.md
1) Update File Exchange Link 2) Update image links
1 parent ec86341 commit bc7cf54

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Fundamentals of Programming [![View <File Exchange Title> on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/####)
1+
# Fundamentals of Programming [![View <File Exchange Title> on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/103225-fundamentals-of-programming)
22
**Curriculum Module**
33
_Created with R2021b. Compatible with R2021b and later releases._
44

@@ -45,7 +45,7 @@ This script introduces `double` and `string` data types through interactive exam
4545
**programmingArrays.mlx**
4646
This script introduces 1, 2, and 3-D arrays, as well as a brief overview of matrix operations. Applications include both text and image data.
4747

48-
<img src="CD/Human-Thoughtbubble.png" width="172"> <img src="CD/Computer-Thoughtbubble.png" width="349">
48+
<img src="https://user-images.githubusercontent.com/88841524/145442861-18dcb4cb-b135-42ac-942e-3f56194e2c23.png" width="172"> <img src="https://user-images.githubusercontent.com/88841524/145442883-39615554-4285-4922-a24e-ed3e12c2616f.png" width="349">
4949

5050
**Learning Goals:**
5151
- Identify, create, and use vectors containing numbers or text
@@ -79,9 +79,7 @@ This script introduces the concept of conditional looping in the form of for loo
7979
## ##
8080
**programmingChaosGameProject.mlx**
8181

82-
<img src="https://user-images.githubusercontent.com/88841524/143081545-f64dc84f-3272-40bf-b952-b53cc36e1594.png" width="100">
83-
<img src="https://user-images.githubusercontent.com/88841524/143081535-9c589293-d2cd-4b2d-ae28-4ad9096311de.png" width="100">
84-
<img src="https://user-images.githubusercontent.com/88841524/143081525-e89145ef-c3bb-4084-bf94-cc6f585a8d83.png" width="100">
82+
<img src="https://user-images.githubusercontent.com/88841524/143081545-f64dc84f-3272-40bf-b952-b53cc36e1594.png" width="100"> <img src="https://user-images.githubusercontent.com/88841524/143081535-9c589293-d2cd-4b2d-ae28-4ad9096311de.png" width="100"> <img src="https://user-images.githubusercontent.com/88841524/143081525-e89145ef-c3bb-4084-bf94-cc6f585a8d83.png" width="100">
8583

8684
**Learning Goals:**
8785
- Apply conditional branching and looping logic in context to solve problems
@@ -92,7 +90,7 @@ This script introduces the concept of conditional looping in the form of for loo
9290
## ##
9391
**programmingAlgorithms.mlx**
9492

95-
<img src="CD/mouseAnimated.gif" width="800">
93+
<img src="https://user-images.githubusercontent.com/88841524/145443694-5c4552e4-687c-4bd0-b63e-68dca9ca7f85.gif" width="800">
9694

9795
**Learning Goals:**
9896
- Explain the concept of an algorithm
@@ -124,4 +122,4 @@ The license for this module is available in the [LICENSE.TXT](license.txt) file
124122
Have any questions or feedback? Contact the <a href="mailto:onlineteaching@mathworks.com">MathWorks online teaching team.</a>
125123

126124
# #
127-
_Copyright 2021 The MathWorks, Inc._
125+
_Copyright 2021 The MathWorks, Inc._

0 commit comments

Comments
 (0)