Recapitulation of Lecture 5

Slides:



Advertisements
Similar presentations
DL Windows Software “Rules” Import a CSV File From Excel
Advertisements

All rights reserved. Copyright G. Peifer 1 Using Computer Spreadsheets to Solve Equations 1.Log into the Network and open Microsoft Excel. 2.Finding.
Why ROOT?. ROOT ROOT: is an object_oriented frame work aimed at solving the data analysis challenges of high energy physics Object _oriented: by encapsulation,
Creating a Histogram using the Histogram Function.
DATA IMPORTATION DATA ANALYSIS DATA EXTRACT INFORMATION.
Getting Started with STATA By: Katie Droll. Embrace Stata! Stata is your statistical buddy! If you put in a bit of effort to learn the basics, you should.
EGR 106 – Truss Design Project (cont.) Truss design programs Graphical interface tools in Matlab Saving and loading data Formatted output Project Assignment.
Lecture 7 Sept 17 Goals: Complete Chapter 4 Chapters 5 and 6.
Fall 2006AE6382 Design Computing1 Matlab File & Directory Management Learning Objectives Define file input and output terminology Compare high and low.
Technological Innovation in Teaching Epidemiology and Statistics Supported in part by the National Science Foundation DUE Erika Friedmann & Mark.
Excel For MATH 125 Histograms. If you have Excel 2003…
Fatigue and How to Use It in TRIFLEX ® WINDOWS Fatigue and How to Use It in TRIFLEX ® WINDOWS.
ICOLC Use Data Webinar Episode 3 TANSY MATTHEWS JULY 2010.
Chapter 3: Using Spreadsheets in Analytical Chemistry CHE 321: Quantitative Chemical Analysis Dr. Jerome Williams, Ph.D. Saint Leo University.
Basic File Input and Output Copyright © Software Carpentry 2011 This work is licensed under the Creative Commons Attribution License See
Matlab Programming for Engineers Dr. Bashir NOURI Introduction to Matlab Matlab Basics Branching Statements Loops User Defined Functions Additional Data.
Lecture 7 Sept 22 Goals: Chapters 5 and 6. Scripts Sequence of instructions that we may want to run can be stored in a file (known as script). by typing.
CMPS 1371 Introduction to Computing for Engineers FILE Input / Output.
File I/O High-Level Functions 1. Definition 2. Is a High-Level function appropriate? 3. xlsread() 4. dlmread() 1.
Outline Comparison of Excel and R R Coding Example – RStudio Environment – Getting Help – Enter Data – Calculate Mean – Basic Plots – Save a Coding Script.
MATLAB Environment ELEC 206 Computer Applications for Electrical Engineers Dr. Ron Hayne.
COMP 116: Introduction to Scientific Programming Lecture 29: File I/O.
Guide to Using Excel 2007 For Basic Statistical Applications To Accompany Business Statistics: A Decision Making Approach, 7th Ed. Chapter 3: Describing.
MATLAB for Engineers, by Holly Moore. ISBN © 2007 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is.
7. Data Import Export Lingma Acheson Department of Computer and Information Science IUPUI CSCI N207 Data Analysis Using Spreadsheets 1.
1 Lecture 4 Post-Graduate Students Advanced Programming (Introduction to MATLAB) Code: ENG 505 Dr. Basheer M. Nasef Computers & Systems Dept.
Introduction to Operating Systems Prepared by: Dhason Operating Systems.
ME 123 Computer Applications I Lecture 16: More Matlab Programming: Secant Method, Review 4/4/03.
Statistical Analysis with Excel. Learning Objectives Be able to use the Dial Caliper to measure Be able to use Microsoft Excel to –Calculate mean, median,
File Operations in Matlab Load / Save *.dat, *.mat vs. -ascii fopen /fclose.
1 EPIB 698C Lecture 1 Instructor: Raul Cruz-Cano
VB.NET and Excel VB.NET allows you to write code to manipulate Excel. You can create, open, and save Excel files. You can read data from Excel. You can.
Ing. Martina Majorová, FEM SUA Statistics Lecture 2 – Introduction to MS Excel 2003.
Week 2 Creating Outputs with Excel COMPUTER LAB CLASS Use of calculators, computers, data bases, spreadsheets and the display of domestic level quantitative.
1 Berger Jean-Baptiste
Metrics Replication Presentation for Maryland Staff September 26, 2002
Bulk Loading Documents* into Windchill
MATLAB Introduction Dr. Theodore Cleveland University of Houston
Population Projections Workshop
Advanced Data Import & Export Jeff Henrikson
Technological Innovation in Teaching Epidemiology and Statistics
Relations and Functions
ME 123 Computer Applications I
ME 123 Computer Applications I Lecture 24: Character Strings 4/18/03
Code is on the Website Outline Comparison of Excel and R
ME 123 Computer Applications I
Microsoft Excel 101.
Eviews Tutorial for Labor Economics Lei Lei
funCTIONs and Data Import/Export
Islamic University of Gaza
2.1: Represent Relations and Functions HW: p.76 (4-20 even, all)
IE 214: Operations Management
Recapitulation of Lecture 8
Guide to Using Excel 2007 For Basic Statistical Applications
Histograms are plots that show the distribution of data.
Lecture 6 Histogram processing.
Microsoft Excel Done by : Suaad Mohamed.
Development Goals for Year 2
ME 123 Computer Applications I Lecture 25: MATLAB Overview 4/28/03
Importing Excel Data & Exporting Data to Excel
Recapitulation of Lecture 11
Experiment #2 Resistor Statistics
ME 123 Computer Applications I
ME 123 Computer Applications I Lecture 11: More on For loop 3/27/03
Recapitulation of Lecture 13
ME 123 Computer Applications I Lecture 4: Vectors and Matrices 3/14/03
ME 123 Computer Applications I Lecture 8: System of Equations 3/21/03
Recapitulation of Lecture 12
ME 123 Computer Applications I Lecture 5: Input and Output 3/17/03
ME 123 Computer Applications I Lecture 7: Basic Functions 3/20/03
Presentation transcript:

ME 123 Computer Applications I Lecture 6: More on Input and Output 3/18/03

Recapitulation of Lecture 5 Yesterday, we learned the input commands for input the disp and fprintf commands for output the save and load commands to save and retrieve data from .mat files Lecture 6 ME 123 Computer Applications I

ME 123 Computer Applications I Road Map of Lecture 6 Solutions to HW 2-1 Input/output interface with Excel spreadsheet save and load data files with –ascii option the xlsread command Statistical analysis: Generate bar charts and histograms of a given data set the bar command the hist command An example problem as application Lecture 6 ME 123 Computer Applications I