You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HelperFunctions/Overview.html
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ <h2> Related Courseware Modules </h2>
115
115
<h2> Prerequisites </h2>
116
116
These scripts assume familiarity with MATLAB and general programming knowledge
117
117
at the level covered in the <ahref="https://www.mathworks.com/matlabcentral/fileexchange/103225-fundamentals-of-programming">
118
-
Fundamentals of Programming</a> interactive examples. You could also use <ahref="https://www.mathworks.com/learn/tutorials/matlab-onramp.html">MATLAB
118
+
Fundamentals of Programming</a> interactive examples. You could also use <ahref="https://matlabacademy.mathworks.com/details/matlab-onramp/gettingstarted">MATLAB
119
119
Onramp</a> as another resource to acquire familiarity with MATLAB.
% These scripts assume familiarity with MATLAB and general programming knowledge
281
281
% 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
283
283
% Onramp</a> as another resource to acquire familiarity with MATLAB.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ These lessons can be used as part of a lecture, as activities in an instructiona
13
13
Get started with the Programming: Organizing Data interactive examples by downloading and unzipping the repository. Then, double-click the OrganizingData.prj file inside MATLAB®. 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.
14
14
15
15
## 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.
0 commit comments