Matlab-søk:

Bla ned til Matlab for å hoppe over teori-foilene. Linken til "pensum" i menyen fungerer ikke, men pensum er listet opp helt nederst på siden. 


Teori

DR = Digital Representasjon. HW = HardWare. Net = Nettverk. Alg = Algoritmer.
UkeLærerTema / InnholdLast ned vedleggFeedback
35 Brukes til introduksjon av faget  

Matlab

Merk: Disse foilene er fra 2017. Nye foiler fra årets forelesninger lastes kun opp på Blackboard.

UkeFoiler AC+RSInnholdLast ned vedleggTilbakemelding
35

Uke35_1 FagInfo
Uke35_2 IKT_Intro
Uke35_3 Intro_Matlab1

Oversikt over faget
Intro IKT
Intro Programmering

Orakel-foiler fra Øvingsforelesningen første uke [pdf]

sirkelscript_forste.m

Uke 35
36

Uke36_Matlab-1.pdf
Uke36_Matlab-2.pdf

Kap 2-3: lister og tabeller, Script, Innputt/Utputt, Funksjoner (innebygde)
Funksjoner (lage egne), plotting, Matlab-script, Innputt og utputt
Matlabfiler-1-2.zipUke 36
37Uke37_Matlab_3.pdfKap 3.7 + 1.6 + 4.1-3. Mer om funksjoner. Logiske betingelser, betinget programutførelse (valg)

uke37_Matlabfiler3.zip

Uke 37
38Uke38_Matlab_4-kap4-5.pdfBetinget programutførelse (valg: IF og SWITCH) og løkker (FOR)uke38_valg.zipUke 38
39Uke39_Matlab_5-6-kap5.pdfLøkker: for og while. Algoritmeformulering.Matlabfiler-5-6.zipUke 39
40Uke40-Matlab_6-7-kap5.pdfProblemløsning (faktorisering) og vektoriseringuke40_Matlabfiler-7.zipUke 40
41

Uke41-Matlab_8-kap6.pdf

Programmer, mer om funksjoner, feilsøkinguke41_Matlabfiler-8.zipUke 41
42Uke42-Matlab-9-kap7.pdfStrenger og strenghåndtering. Innebygde funksjoner.

Uke42-tekststrenger.zip

Uke 42
43Uke43-Matlab10-kap8.pdfCellArray, Struct, Programmeringseksempler Uke 43
44Uke44-Matlab-11-kap9.pdfEnkel Filbehandling, og generell filbehandlingUke44_FilbehandlingOgLittTilEksempler.zipUke 44
45uke-45-matlab-12-Kap10.5.pdfRekursjon, kap 10.5Uke45_FunksjonerRekursjon.zipUke 45
46uke-46-matlab-13-kap12.pdfMatlab 12.3 og 12.5. Sortering og søkUke 46_sortOgSok.zipUke 46
47

Uke-47-Matlab-14.pdf
Uke47-Teori Oppsummering_1av2.pdf

Filbehandling, Datastrukturer, 2-dimensjonale tabeller (bilder). Programmeringsoversikt.
Teori-oversikt 1:2

uke47_eksempel_matlabfiler.zip

Uke 47
48

Uke48-Avslutning.pdf

Eksamenstips. Teori-oversikt 2:2.

Bruk Piazza.com

Uke 48


Pensum: 

Fellespensum

Alle foilere, øvinger og løsningsforslag er pensum.

Teoribok:

Theory Book IT Intro. Compiled by Alf Inge Wang, Rune Sætre, Terje Rydland, Anders Christensen, Guttorm Sindre. Pearson.

  • Fourth edition: Hele boken er pensum.

  • Third edition: Deler av boken er pensum.
    • Hardware:
      • Defining Information Technology
      • Principles of Computer Operations
    • Digital Representation:
      • Representing Information Digitally
      • Representing Multimedia Digitally
      • Representing Integers (and Representing Real Numbers)
    • Algorithms
    • Network:
      • 1: Introduction and Overview (181 - 195)
      • 2: Internet Trends (197 - 205)
      • 8: Reliability And Channel Coding
        • 8.1 - 8.6 (227 - 231)
        • 8.11 - 8.13 (234 - 240)
        • 8.16 (241)
      • 13: Local Area Networks: Packets, Frames, And Topologies

        • 13.1 - 13.4 (243 - 247)
        • 13.8 - 13.10 (251 - 254)
        • 13.14 (258)
      • 20: Internetworking: Concepts, Architecture, And Protocols (269 - 277)

      • 21: IP - Internet Addressing

        • 21.1 - 21.13 (279 - 290)
        • 21.20 - 21.23 (295 - 299)
      • 25: TCP - Reliable Transport Service

        • 25.1 - 25.6 (321 - 328)
        • 25.17 (339)
      • 27: Network Performance (QoS And DiffServ)

        • 27.1 - 27.6 (341 - 346)
        • 27.10 (351)
        • 27.14 (357)
      • 29: Network Security (361 - 384)

      • 32: The Internet Of Things
        • 32.1 - 32.6 (387 - 391)
        • 32.13 (397)

TDT4105 Matlab

Programmering: 
Matlab: A Practical Introduction to Programming and Problem Solving, Fifth Edition, Stormy Attaway

Matlab: A Practical Introduction to Programming and Problem Solving, Third Edition, Stormy Attaway

  • Kapittel 1: Introduction to MATLAB
  • Kapittel 2: Vectors and Matrices
  • Kapittel 3: Introduction to MATLAB Programming
  • Kapittel 4: Selection Statements 
  • Kapittel 5: Loop Statements and Vectorizing Code 
  • Kapittel 6: MATLAB Programs
  • Kapittel 7: String Manipulation 
  • Kapittel 8: Data Structures: Cell Arrays and Structures 
  • Kapittel 9: Advanced File Input and Output
    • 9.1 (in Third edition) or 9.3(Fourth edition)
      Lower---level file i/o functions 
  • Kapittel 10: Advanced Functions
    • Third edition
      • 10.1 Anonymous functions
      • 10.2 Uses of function handles 
      • 10.5 Recursive functions
    • Fourth edition
      • 10.3, 10.4 and 10.5.
  • Sorting and Searching
    • Third Edition
      Kapittel 12: Basic Statistics, Sets, Sorting, and Indexing 
      • 12.3: Sorting
      • 12.5: Searching
    • Fourth Edition
       
  • No labels