You are on page 1of 2

Lesson 7

Help Center

Data Types
Computers operate on bits, but humans think in terms of numbers, words, and other types of data. Like any
good language, MATLAB organizes bits into convenient data types. We will study those types in this
section. We will learn that there are ten types of numbers and that there are conversion functions to change
one type into another. We will learn much more about strings and how the characters in them are encoded
as numbers. We will learn how to produce heterogeneous collections of data via data types called structs
and cells.
Video Lectures
7.1 Introduction to Data Types (20:27)
7.2 Strings (29:04)
7.3. Structs (14:51)
7.4 Cells (21:47)
Assignments
Lesson 7 Programming Assignments (8 problems) Deadline: June 8, 2015 (11:59 pm in Hawaii)
Additional Material
Lesson 7 Slides
Examples used during the lectures
Video Lectures in HD on YouTube
7.1 Introduction to Data Types (20:27)
7.2 Strings (29:04)
7.3. Structs (14:51)
7.4 Cells (21:47)

Created Mon 16 Mar 2015 6:11 PM PET


Last Modified Thu 14 May 2015 10:22 AM PET

You might also like