lecture 3: ascii, programming, intro to matlab0011001 0011010 0011011 0011100 0011101 0100000...

9
Lecture 3: ASCII, programming, intro to MatLab Professor Carr Everbach Course web page: http://www.swarthmore.edu/NatSci/ceverba1/Class/e5/E5Index.html

Upload: others

Post on 16-Aug-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Lecture 3: ASCII, programming, intro to MatLab0011001 0011010 0011011 0011100 0011101 0100000 0100001 0100010 0100011 0100100 0100101 0100110 0100111 0101000 0101001 0101010 0101011

Lecture3:ASCII,programming,introtoMatLab

ProfessorCarrEverbach

Coursewebpage:http://www.swarthmore.edu/NatSci/ceverba1/Class/e5/E5Index.html

Page 2: Lecture 3: ASCII, programming, intro to MatLab0011001 0011010 0011011 0011100 0011101 0100000 0100001 0100010 0100011 0100100 0100101 0100110 0100111 0101000 0101001 0101010 0101011

Remember…  Mondays 7:00-10:00 and Wednesdays 7:00-9:00 E5 Wizards

in Hicks 211/213 (Marley, Beth, and Eric) – Matlab help   Thursday 9/16

  Tennis Ball Report (on website) is due   Short response essays on Fork and Mirrored articles due

  Shop class (not required – only if you are interested). Starts 9/17 (Friday). Sign up is in Engineering Department Office.

  Lab this week: Start in Papazian again; no sandals!   Thursday 9/23 - Matlab 1 (on website) is due (start this week)

  Plantoattendastudysessionsometime–justtoseewhattheyarelike…

Page 3: Lecture 3: ASCII, programming, intro to MatLab0011001 0011010 0011011 0011100 0011101 0100000 0100001 0100010 0100011 0100100 0100101 0100110 0100111 0101000 0101001 0101010 0101011

Also… Youmayuse“GettingStartedwithMatlab7”byPratapasareference.Copiesstillinbookstore.

  Suggestions:  Chapter1(esp.1.7)  Chapter2  sections3.1,3.2and3.3  4.1,4.2  6.1

Page 4: Lecture 3: ASCII, programming, intro to MatLab0011001 0011010 0011011 0011100 0011101 0100000 0100001 0100010 0100011 0100100 0100101 0100110 0100111 0101000 0101001 0101010 0101011

Moore’sLaw

Page 5: Lecture 3: ASCII, programming, intro to MatLab0011001 0011010 0011011 0011100 0011101 0100000 0100001 0100010 0100011 0100100 0100101 0100110 0100111 0101000 0101001 0101010 0101011

ASCIIcharacterset

Page 6: Lecture 3: ASCII, programming, intro to MatLab0011001 0011010 0011011 0011100 0011101 0100000 0100001 0100010 0100011 0100100 0100101 0100110 0100111 0101000 0101001 0101010 0101011
Page 7: Lecture 3: ASCII, programming, intro to MatLab0011001 0011010 0011011 0011100 0011101 0100000 0100001 0100010 0100011 0100100 0100101 0100110 0100111 0101000 0101001 0101010 0101011
Page 8: Lecture 3: ASCII, programming, intro to MatLab0011001 0011010 0011011 0011100 0011101 0100000 0100001 0100010 0100011 0100100 0100101 0100110 0100111 0101000 0101001 0101010 0101011

Programminglanguages Proceduralvs.Object‐oriented Compiledvs.Interpreted Representationofdata(Matlabusesdouble‐precisionor32bitspervariable,butrequiresnopre‐allocationofmemorylocations)

Page 9: Lecture 3: ASCII, programming, intro to MatLab0011001 0011010 0011011 0011100 0011101 0100000 0100001 0100010 0100011 0100100 0100101 0100110 0100111 0101000 0101001 0101010 0101011

…MatLabdemo…