This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
gibson:teaching:fall-2013:math445:practicefinalsolns [2013/12/08 18:29] gibson |
gibson:teaching:fall-2013:math445:practicefinalsolns [2013/12/09 12:36] (current) szeto |
||
|---|---|---|---|
| Line 29: | Line 29: | ||
| <code> | <code> | ||
| - | x = linspace(-1,1,30); | + | x = linspace(-pi,pi,30); |
| y = linspace(-1,1,30); | y = linspace(-1,1,30); | ||
| [X,Y] = meshgrid(x,y); | [X,Y] = meshgrid(x,y); | ||