Skip to content

Commit ee5d6f9

Browse files
authored
Improve accessibility for MATLAB tutorials (#160)
* Improve accessibility for MATLAB tutorials * Fix Code Analyzer heading typo and clarify documentation source
1 parent 85d023b commit ee5d6f9

5 files changed

Lines changed: 106 additions & 58 deletions

File tree

content/courses/matlab-machine-learning/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ menu:
1414
weight: 1
1515
---
1616

17-
# Overview
17+
## Overview
1818

1919
This short course focuses on data analytics and machine learning techniques in MATLAB® using functionality within Statistics and Machine Learning Toolbox™ and Neural Network Toolbox™. The course demonstrates the use of unsupervised learning to discover features in large data sets and supervised learning to build predictive models. Examples and exercises highlight techniques for visualization and evaluation of results. Topics include:
2020

content/courses/matlab-programming/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Participants must have a Mathworks account in order to access the links to the o
2121

2222
**<a href="https://matlabacademy.mathworks.com/R2019b/portal.html?course=mlbe&s_tid=sched_leaf_spot" target="_blank">Matlab Academy:Fundamentals of Matlab</a>**
2323

24+
**<a href="https://matlabacademy.mathworks.com/R2019b/portal.html?course=mlbe&s_tid=sched_leaf_spot#chapter=1&lesson=1&section=1" target="_blank">Video of Fundamentals of Matlab</a>**
2425

25-
**<a href="https://matlabacademy.mathworks.com/R2019b/portal.html?course=mlbe&s_tid=sched_leaf_spot#chapter=1&lesson=1&section=1"target="_blank">Video: Fundamentals of Matlab</a>**
2626

27-
**<a href="https://matlabacademy.mathworks.com/artifacts/quick-reference.html?course=mlbe&release=R2019a&language=en"target="_blank">Quick Reference Guide (used for presentation)</a>**
27+
**<a href="https://matlabacademy.mathworks.com/artifacts/quick-reference.html?course=mlbe&release=R2019a&language=en" target="_blank">Quick Reference Guide</a>**
2828

2929

content/courses/matlab-programming/getting_started.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ menu:
1919

2020
### Getting Data into Matlab
2121

22-
**<a href="https://matlabacademy.mathworks.com/R2019b/portal.html?course=mlbe&s_tid=sched_leaf_spot#chapter=1&lesson=3&section=2"target="_blank">Video: Import Tool</a>**
22+
**<a href="https://matlabacademy.mathworks.com/R2019b/portal.html?course=mlbe&s_tid=sched_leaf_spot#chapter=1&lesson=3&section=2" target="_blank">Video: Import Tool</a>**
23+
2324

2425
**<a href="https://matlabacademy.mathworks.com/R2019b/portal.html?course=mlbe&s_tid=sched_leaf_spot#chapter=1&lesson=3&section=4" target="_blank">Exercise: Using the Variable Editor</a>**
2526

2627
**<a href="https://matlabacademy.mathworks.com/R2019b/portal.html?course=mlbe&s_tid=sched_leaf_spot#chapter=1&lesson=3&section=5" target="_blank">Exercise: Saving Modifications</a>**
2728

2829
### Obtaining Help
2930

30-
**<a href="https://matlabacademy.mathworks.com/R2019b/portal.html?course=mlbe&s_tid=sched_leaf_spot#chapter=1&lesson=4&section=2"target="_blank">Video: Using MATLAB's Documentation</a>**
31+
**<a href="https://matlabacademy.mathworks.com/R2019b/portal.html?course=mlbe&s_tid=sched_leaf_spot#chapter=1&lesson=4&section=2" target="_blank">Video: Using MATLAB's Documentation</a>**
3132

3233
**<a href="https://matlabacademy.mathworks.com/R2019b/portal.html?course=mlbe&s_tid=sched_leaf_spot#chapter=1&lesson=4&section=3" target="_blank">Exercise: Open and Use Function Documentation</a>**
3334

0 commit comments

Comments
 (0)