/
Introduction to Matlab Introduction to Matlab

Introduction to Matlab - PowerPoint Presentation

min-jolicoeur
min-jolicoeur . @min-jolicoeur
Follow
422 views
Uploaded On 2017-12-09

Introduction to Matlab - PPT Presentation

Module 7 Statistics Topics Statistics Histograms amp Bar Plots Scaled Histograms Probability Textbook Reading Assignments 7172 Practice Problems Chapter 7 Problems 71 72 1 ID: 613790

bar histograms plots amp histograms bar amp plots statistics hist scaled probability problems matlab

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "Introduction to Matlab" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

Introduction to Matlab

Module #7 – Statistics

Topics

Statistics

Histograms & Bar Plots

Scaled Histograms / Probability

Textbook Reading Assignments

7.1-7.2

Practice Problems

Chapter 7 Problems:

7.1, 7.2Slide2

1) Statistics

Basic Statistic Commands Exist in Matlab

(min, max, mean, median)Slide3

1) Statistics

Regression Analysis

(

polyfit, polyval)Slide4

2

) Histograms & Bar Plots

Histograms

( hist(y), hist(

y,n) )Slide5

2

) Histograms & Bar Plots

Histograms

& Bar Plots (hist(y,n), bar(

x,y) )Slide6

3

) Scaled Histograms & Probability

Histograms

& Bar Plots (hist(y,n), bar(

x,y) )Slide7

3

) Histograms / Bar Plots

Scaled Histograms

(cumsum(x))