GEOSC 444
Matlab Application for Geoscience

Lesson 4, Page 1

PrintPrint

sb
        YEAR   POINTS SCORED   POINTS SCORED
                BY WINNER        BY LOSER
 
        1967          35          10
        1968          33          14
        1969          16           7
        1970          23           7
        1971          16          13
        1972          24           3
        1973          14           7
        1974          24           7
        1975          16           6
        1976          21          17
        1977          32          14
        1978          27          10
        1979          35          31
        1980          13          19
        1981          27          10
        1982          26          21
        1983          27          17
        1984          38           9
        1985          38          16
        1986          46          10
        1987          39          20
        1988          42          10
        1989          20          16
        1990          55          10
        1991          20          19
        1992          37          24
        1993          52          17
        1994          30          13
        1995          49          26
        1996          27          17
        1997          35          21
        1998          31          24
        1999          34          19
        2000          23          16
        2001          34           7
        2002          20          17
        2003          48          21
        2004          32          29
        2005          24          21
        2006          21          10
        2007          29          17
        2008          17          14
        2009          27          23
        2010          31          17
        2011          31          25
        2012          21          17
        2013          34          31
        2014          43           8

sb
        YEAR   POINTS SCORED   POINTS SCORED
                BY WINNER        BY LOSER
 
        1967          35          10
        1968          33          14
        1969          16           7
        1970          23           7
        1971          16          13
        1972          24           3
        1973          14           7
        1974          24           7
        1975          16           6
        1976          21          17
        1977          32          14
        1978          27          10
        1979          35          31
        1980          13          19
        1981          27          10
        1982          26          21
        1983          27          17
        1984          38           9
        1985          38          16
        1986          46          10
        1987          39          20
        1988          42          10
        1989          20          16
        1990          55          10
        1991          20          19
        1992          37          24
        1993          52          17
        1994          30          13
        1995          49          26
        1996          27          17
        1997          35          21
        1998          31          24
        1999          34          19
        2000          23          16
        2001          34           7
        2002          20          17
        2003          48          21
        2004          32          29
        2005          24          21
        2006          21          10
        2007          29          17
        2008          17          14
        2009          27          23
        2010          31          17
        2011          31          25
        2012          21          17
        2013          34          31
        2014          43           8

sb
The Seahawks beat the Broncossb
The Seahawks beat the Broncos
and the game wasn't very close
sb
The Seahawks beat the Broncos
and they scored 43.000000 points
sb
The Seahawks beat the Broncos
and they scored 43 points
sb
The Seahawks beat the Broncos
and the score was 43 to 8
sb
In 1967 the score was 35 to 10
In 1968 the score was 33 to 14
In 1969 the score was 16 to 7
In 1970 the score was 23 to 7
In 1971 the score was 16 to 13
In 1972 the score was 24 to 3
In 1973 the score was 14 to 7
In 1974 the score was 24 to 7
In 1975 the score was 16 to 6
In 1976 the score was 21 to 17
In 1977 the score was 32 to 14
In 1978 the score was 27 to 10
In 1979 the score was 35 to 31
In 1980 the score was 13 to 19
In 1981 the score was 27 to 10
In 1982 the score was 26 to 21
In 1983 the score was 27 to 17
In 1984 the score was 38 to 9
In 1985 the score was 38 to 16
In 1986 the score was 46 to 10
In 1987 the score was 39 to 20
In 1988 the score was 42 to 10
In 1989 the score was 20 to 16
In 1990 the score was 55 to 10
In 1991 the score was 20 to 19
In 1992 the score was 37 to 24
In 1993 the score was 52 to 17
In 1994 the score was 30 to 13
In 1995 the score was 49 to 26
In 1996 the score was 27 to 17
In 1997 the score was 35 to 21
In 1998 the score was 31 to 24
In 1999 the score was 34 to 19
In 2000 the score was 23 to 16
In 2001 the score was 34 to 7
In 2002 the score was 20 to 17
In 2003 the score was 48 to 21
In 2004 the score was 32 to 29
In 2005 the score was 24 to 21
In 2006 the score was 21 to 10
In 2007 the score was 29 to 17
In 2008 the score was 17 to 14
In 2009 the score was 27 to 23
In 2010 the score was 31 to 17
In 2011 the score was 31 to 25
In 2012 the score was 21 to 17
In 2013 the score was 34 to 31
In 2014 the score was 43 to 8
sb
pwd

ans =

X:\

ls

.                         YSData.txt                
..                        bluefield-Table 1.csv     
._All_AftershockData.mat  bristol-Table 1.csv       
7506.txt                  burlington-Table 1.csv    
All_AftershockData.mat    catsearch_7464.txt        
KJData.txt                danville-Table 1.csv      
RTFData.txt               intraAftershock.txt       
SCECData.txt              
TPhaseData.txt            

coast = load('7506.txt');
{Error using <a href="matlab:helpUtils.errorDocCallback('load')" style="font-weight:bold">load</a>
Unknown text on line number 1 of ASCII file 7506.txt
" nan".
}
ls

.                     My Documents          
..                    WINDOWS               
.DS_Store             catsearch.16531       
.TemporaryItems       catsearch.16531.txt   
._.DS_Store           geosc444              
._.TemporaryItems     jan28Rennolds         
.portal               nmsz_19752005mag.txt  
20218.dat             sabr2014Fig1.jpg      
Downloads             test.jpg              
Favorites             

coast = load('20218.dat');
plot(coast(:,1),coast(:,2))
hold on;
plot(Lon,Lat);
hold off;
plot(coast(:,1),coast(:,2))
hold on
plot(Lon,Lat,'ko','markerfacecolor','k');
exit