Skip to content

Commit 23bf13e

Browse files
committed
Update Onramp links
1 parent 6a2eb7d commit 23bf13e

21 files changed

+15
-31
lines changed

HelperFunctions/Navigation.mlx

1.27 KB
Binary file not shown.

HelperFunctions/Overview.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h2> Related Courseware Modules </h2>
115115
<h2> Prerequisites </h2>
116116
These scripts assume familiarity with MATLAB and general programming knowledge
117117
at the level covered in the <a href="https://www.mathworks.com/matlabcentral/fileexchange/103225-fundamentals-of-programming">
118-
Fundamentals of Programming</a> interactive examples. You could also use <a href="https://www.mathworks.com/learn/tutorials/matlab-onramp.html">MATLAB
118+
Fundamentals of Programming</a> interactive examples. You could also use <a href="https://matlabacademy.mathworks.com/details/matlab-onramp/gettingstarted">MATLAB
119119
Onramp</a> as another resource to acquire familiarity with MATLAB.
120120
<br>
121121
<br>
@@ -153,7 +153,7 @@ <h2> <a name="module"; href="matlab: edit StoringData.mlx Memory.mlx Strings.mlx
153153
<th scope="row">
154154
<a name="strings"; href="matlab:edit Strings.mlx;"><b>Textual Data Types</b>
155155
<br>
156-
<img src = "https://user-images.githubusercontent.com/88841524/183101267-371312e2-22a9-44bb-9e5c-f72ebe13af21.png" width=150 style="margin-top:5px; margin-bottom:0px">
156+
<img src="https://user-images.githubusercontent.com/88841524/183101267-371312e2-22a9-44bb-9e5c-f72ebe13af21.png" width=150 style="margin-top:5px; margin-bottom:0px">
157157
</a>
158158
</th>
159159
<td>
@@ -171,7 +171,7 @@ <h2> <a name="module"; href="matlab: edit StoringData.mlx Memory.mlx Strings.mlx
171171
<tr>
172172
<th scope="row">
173173
<a name="num"; href="matlab:edit NumericDataTypes.mlx;"><b>Numeric Data Types</b><br>
174-
<img src = "https://user-images.githubusercontent.com/88841524/174635054-4fbe3c75-f719-4470-a8c6-7c49ea23d8e4.png" width=125 style="margin-top:5px; margin-bottom:0px"></a>
174+
<img src="https://user-images.githubusercontent.com/88841524/174635054-4fbe3c75-f719-4470-a8c6-7c49ea23d8e4.png" width=125 style="margin-top:5px; margin-bottom:0px"></a>
175175
</th>
176176
<td>
177177
<ul style="margin-top:5px; margin-bottom:10px">
@@ -188,7 +188,7 @@ <h2> <a name="module"; href="matlab: edit StoringData.mlx Memory.mlx Strings.mlx
188188
<tr>
189189
<th scope="row">
190190
<a name="memory"; href="matlab:edit Memory.mlx;"><b>Memory</b><br>
191-
<img src = "https://user-images.githubusercontent.com/88841524/174635161-981abbce-d712-4fc5-b950-4d2bef4fed17.png" width=125 style="margin-top:5px; margin-bottom:0px">
191+
<img src="https://user-images.githubusercontent.com/88841524/174635161-981abbce-d712-4fc5-b950-4d2bef4fed17.png" width=125 style="margin-top:5px; margin-bottom:0px">
192192
</a>
193193
</th>
194194
<td>
@@ -203,7 +203,7 @@ <h2> <a name="module"; href="matlab: edit StoringData.mlx Memory.mlx Strings.mlx
203203
<tr>
204204
<th scope="row">
205205
<a name="data"; href="matlab:edit StoringData.mlx;"><b>Data Structures</b><br>
206-
<img src = "https://user-images.githubusercontent.com/88841524/174635148-825bb0a6-f6f0-4ca1-bfb1-9b1ec522c64b.png" width=125 style="margin-top:5px; margin-bottom:0px"> </a>
206+
<img src="https://user-images.githubusercontent.com/88841524/174635148-825bb0a6-f6f0-4ca1-bfb1-9b1ec522c64b.png" width=125 style="margin-top:5px; margin-bottom:0px"> </a>
207207
</th>
208208
<td>
209209
<ul style="margin-top:5px; margin-bottom:10px">
@@ -279,7 +279,7 @@ <h2> <a name="module"; href="matlab: edit StoringData.mlx Memory.mlx Strings.mlx
279279
% <h2> Prerequisites </h2>
280280
% These scripts assume familiarity with MATLAB and general programming knowledge
281281
% at the level covered in the <a href="https://www.mathworks.com/matlabcentral/fileexchange/103225-fundamentals-of-programming">
282-
% Fundamentals of Programming</a> interactive examples. You could also use <a href="https://www.mathworks.com/learn/tutorials/matlab-onramp.html">MATLAB
282+
% Fundamentals of Programming</a> interactive examples. You could also use <a href="https://matlabacademy.mathworks.com/details/matlab-onramp/gettingstarted">MATLAB
283283
% Onramp</a> as another resource to acquire familiarity with MATLAB.
284284
% <br>
285285
% <br>
@@ -317,7 +317,7 @@ <h2> <a name="module"; href="matlab: edit StoringData.mlx Memory.mlx Strings.mlx
317317
% <th scope="row">
318318
% <a name="strings"; href="matlab:edit Strings.mlx;"><b>Textual Data Types</b>
319319
% <br>
320-
% <img src = "https://user-images.githubusercontent.com/88841524/183101267-371312e2-22a9-44bb-9e5c-f72ebe13af21.png" width=150 style="margin-top:5px; margin-bottom:0px">
320+
% <img src="https://user-images.githubusercontent.com/88841524/183101267-371312e2-22a9-44bb-9e5c-f72ebe13af21.png" width=150 style="margin-top:5px; margin-bottom:0px">
321321
% </a>
322322
% </th>
323323
% <td>
@@ -335,7 +335,7 @@ <h2> <a name="module"; href="matlab: edit StoringData.mlx Memory.mlx Strings.mlx
335335
% <tr>
336336
% <th scope="row">
337337
% <a name="num"; href="matlab:edit NumericDataTypes.mlx;"><b>Numeric Data Types</b><br>
338-
% <img src = "https://user-images.githubusercontent.com/88841524/174635054-4fbe3c75-f719-4470-a8c6-7c49ea23d8e4.png" width=125 style="margin-top:5px; margin-bottom:0px"></a>
338+
% <img src="https://user-images.githubusercontent.com/88841524/174635054-4fbe3c75-f719-4470-a8c6-7c49ea23d8e4.png" width=125 style="margin-top:5px; margin-bottom:0px"></a>
339339
% </th>
340340
% <td>
341341
% <ul style="margin-top:5px; margin-bottom:10px">
@@ -352,7 +352,7 @@ <h2> <a name="module"; href="matlab: edit StoringData.mlx Memory.mlx Strings.mlx
352352
% <tr>
353353
% <th scope="row">
354354
% <a name="memory"; href="matlab:edit Memory.mlx;"><b>Memory</b><br>
355-
% <img src = "https://user-images.githubusercontent.com/88841524/174635161-981abbce-d712-4fc5-b950-4d2bef4fed17.png" width=125 style="margin-top:5px; margin-bottom:0px">
355+
% <img src="https://user-images.githubusercontent.com/88841524/174635161-981abbce-d712-4fc5-b950-4d2bef4fed17.png" width=125 style="margin-top:5px; margin-bottom:0px">
356356
% </a>
357357
% </th>
358358
% <td>
@@ -367,7 +367,7 @@ <h2> <a name="module"; href="matlab: edit StoringData.mlx Memory.mlx Strings.mlx
367367
% <tr>
368368
% <th scope="row">
369369
% <a name="data"; href="matlab:edit StoringData.mlx;"><b>Data Structures</b><br>
370-
% <img src = "https://user-images.githubusercontent.com/88841524/174635148-825bb0a6-f6f0-4ca1-bfb1-9b1ec522c64b.png" width=125 style="margin-top:5px; margin-bottom:0px"> </a>
370+
% <img src="https://user-images.githubusercontent.com/88841524/174635148-825bb0a6-f6f0-4ca1-bfb1-9b1ec522c64b.png" width=125 style="margin-top:5px; margin-bottom:0px"> </a>
371371
% </th>
372372
% <td>
373373
% <ul style="margin-top:5px; margin-bottom:10px">
@@ -395,4 +395,4 @@ <h2> <a name="module"; href="matlab: edit StoringData.mlx Memory.mlx Strings.mlx
395395
%
396396
% Copyright 2022 The MathWorks(TM), Inc.
397397
##### SOURCE END #####
398-
--></body></html>
398+
--></body></html>

HelperFunctions/checkExercise1.mlx

720 Bytes
Binary file not shown.

Memory.mlx

1.02 KB
Binary file not shown.

NumericDataTypes.mlx

1.09 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ These lessons can be used as part of a lecture, as activities in an instructiona
1313
Get started with the Programming: Organizing Data interactive examples by downloading and unzipping the repository. Then, double-click the OrganizingData.prj file inside MATLAB&reg;. From there, you can follow the landing page instructions to get started with the examples. The instructions inside the live scripts will guide you through the exercises and activities. Get started with each live script by running it one section at a time. To stop running the script or a section midway (for example, if a loop is running longer than intended), click the **Stop** button in the **RUN** section of the **Live Editor** tab in the MATLAB Toolstrip.
1414

1515
## Prerequisite Domain Knowledge ##
16-
This module assumes familiarity with basic programming concepts (e.g., floating-point doubles, strings, constants, vectors, matrices, arrays, and for loops) and how to use them in MATLAB. These ideas are all presented with interactive examples in [Fundamentals of Programming](https://www.mathworks.com/matlabcentral/fileexchange/103225-fundamentals-of-programming). You could also use [MATLAB Onramp](https://www.mathworks.com/learn/tutorials/matlab-onramp.html) as another resource to acquire familiarity with MATLAB.
16+
This module assumes familiarity with basic programming concepts (e.g., floating-point doubles, strings, constants, vectors, matrices, arrays, and for loops) and how to use them in MATLAB. These ideas are all presented with interactive examples in [Fundamentals of Programming](https://www.mathworks.com/matlabcentral/fileexchange/103225-fundamentals-of-programming). You could also use [MATLAB Onramp](https://matlabacademy.mathworks.com/details/matlab-onramp/gettingstarted) as another resource to acquire familiarity with MATLAB.
1717

1818
## Details ##
1919

StoringData.mlx

1.07 KB
Binary file not shown.

Strings.mlx

997 Bytes
Binary file not shown.

derived/artifacts.dmr

-130 KB
Binary file not shown.

derived/resultservice.dmr

-88 KB
Binary file not shown.

0 commit comments

Comments
 (0)