From ab8ab2bc30c8612f6bec206546d8fa1d6ac2df28 Mon Sep 17 00:00:00 2001 From: lisai9093 Date: Mon, 24 Jun 2024 22:10:11 -0700 Subject: [PATCH] Update landan.m --- landan.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landan.m b/landan.m index 109dc4b..7df5dda 100644 --- a/landan.m +++ b/landan.m @@ -2,7 +2,7 @@ x=[0 180 240 420 630 1040 1440 2160 2790 3900 4800 6380 7590 9720 11280 14040 15990 19460 21840 26100]; y=[96525 104247 111969 119691 127413 135135 142857 150579 158301 166023 173745 181467 189189 196911 204633 212355 220077 227799 235521 243243]; - +y=y-y(1); for i=1:length(x) X(i)=sum(x(1:i)); end