Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix problem_1_data typos
  • Loading branch information
rcc02007 committed Apr 10, 2017
1 parent 5313636 commit 8db16c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HW6/problem_1_data.m
@@ -1,7 +1,7 @@

% part a
xa=[1 2 3 4 5]';
yb=[2.2 2.8 3.6 4.5 5.5]';
ya=[2.2 2.8 3.6 4.5 5.5]';

% part b

Expand All @@ -10,6 +10,6 @@ yb=[1.6 3.6 4.4 3.4 2.2 2.8 3.8 4.6]';

% part c

xc=[0.5 1 2 3 4 5 6 7 9];
yc=[6 4.4 3.2 2.7 2.2 1.9 1.7 1.4 1.1];
xc=[0.5 1 2 3 4 5 6 7 9]';
yc=[6 4.4 3.2 2.7 2.2 1.9 1.7 1.4 1.1]';

0 comments on commit 8db16c4

Please sign in to comment.