My Matlab Example

This is an example for students to try.

Contents

Section 1 -- Calculations

Here is a derivative:

syms x
diff(3 * log(x) + x^2)
 
ans =
 
2*x + 3/x
 

Section 2 -- Numbering

Here are three numbered lines:

  1. Line 1
  2. Line 2
  3. Line 3

Section 3 -- HTML

Just a short example using colors:

RED GREEN BLUE