From 3904349f4972050225c1b97c7e85c4d121418238 Mon Sep 17 00:00:00 2001 From: Adam Thomas Date: Sat, 16 May 2015 18:56:52 -0400 Subject: [PATCH 1/2] Added link to MATLAB wikipedia page on first reference --- 01-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-intro.md b/01-intro.md index 5ebd6aa1..00434357 100644 --- a/01-intro.md +++ b/01-intro.md @@ -6,7 +6,7 @@ minutes: 30 --- > ## Learning Objectives {.objectives} -> * Get to know the MATLAB environment. +> * Get to know the [MATLAB](https://en.wikipedia.org/wiki/MATLAB) environment. > * Learn about MATLAB arrays. > * Read tabular data from a file into a program. > * Assign values to variables. From 57d26e5f5b9cc49eb2bd3e11255215eeb5808149 Mon Sep 17 00:00:00 2001 From: Adam Thomas Date: Sun, 17 May 2015 19:17:51 -0400 Subject: [PATCH 2/2] Move link to MATLAB wikipedia page from 01-intro.md to the first reference in index.md (thanks to ashwinsrnth for pointing this out). --- 01-intro.md | 2 +- index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/01-intro.md b/01-intro.md index 00434357..5ebd6aa1 100644 --- a/01-intro.md +++ b/01-intro.md @@ -6,7 +6,7 @@ minutes: 30 --- > ## Learning Objectives {.objectives} -> * Get to know the [MATLAB](https://en.wikipedia.org/wiki/MATLAB) environment. +> * Get to know the MATLAB environment. > * Learn about MATLAB arrays. > * Read tabular data from a file into a program. > * Assign values to variables. diff --git a/index.md b/index.md index 0fbe09cd..25a382b5 100644 --- a/index.md +++ b/index.md @@ -3,7 +3,7 @@ layout: lesson title: Programming with MATLAB --- The best way to learn how to program is to do something useful, so this -introduction to MATLAB is built around a common scientific task: data analysis. +introduction to [MATLAB](https://en.wikipedia.org/wiki/MATLAB) is built around a common scientific task: data analysis. Our real goal isn't to teach you MATLAB, but to teach you the basic concepts that all programming depends on. We use MATLAB in our lessons because: