Data Analysis with MATLAB. 2013 The MathWorks, Inc. 1



Similar documents
Introduction to MATLAB for Data Analysis and Visualization

Introduction to MATLAB Gergely Somlay Application Engineer

Deploying MATLAB -based Applications David Willingham Senior Application Engineer

Machine Learning with MATLAB David Willingham Application Engineer

How To Build A Trading Engine In A Microsoft Microsoft Matlab (A Trading Engine)

Algorithmic Trading with MATLAB Martin Demel, Application Engineer

Integrating MATLAB into your C/C++ Product Development Workflow Andy Thé Product Marketing Image Processing Applications

Credit Risk Modeling with MATLAB

Echtzeittesten mit MathWorks leicht gemacht Simulink Real-Time Tobias Kuschmider Applikationsingenieur

From Raw Data to. Actionable Insights with. MATLAB Analytics. Learn more. Develop predictive models. 1Access and explore data

MATLAB for Use in Finance Portfolio Optimization (Mean Variance, CVaR & MAD) Market, Credit, Counterparty Risk Analysis and beyond

Product Development Flow Including Model- Based Design and System-Level Functional Verification

Origins, Evolution, and Future Directions of MATLAB Loren Shure

Bringing Big Data Modelling into the Hands of Domain Experts

Parallel Computing with MATLAB

Is a Data Scientist the New Quant? Stuart Kozola MathWorks

2015 The MathWorks, Inc. 1

IDL. Get the answers you need from your data. IDL

MathWorks Products and Prices North America Academic March 2013

Turning Data into Actionable Insights: Predictive Analytics with MATLAB WHITE PAPER

MATLAB as a Collaboration Platform Marta Wilczkowiak Senior Applications Engineer MathWorks

Numerical Analysis. Professor Donna Calhoun. Fall 2013 Math 465/565. Office : MG241A Office Hours : Wednesday 10:00-12:00 and 1:00-3:00

Speeding up MATLAB and Simulink Applications

HPC Wales Skills Academy Course Catalogue 2015

Vanguard Knowledge Automation System

Neptune. A Domain Specific Language for Deploying HPC Software on Cloud Platforms. Chris Bunch Navraj Chohan Chandra Krintz Khawaja Shams

DAQ in MATLAB HANS-PETTER HALVORSEN,

Software support for economic research at CNB

OPC COMMUNICATION IN REAL TIME

Rapid Application Development for Machine Vision A New Approach

CHAPTER 1 ENGINEERING PROBLEM SOLVING. Copyright 2013 Pearson Education, Inc.

Solving Big Data Problems in Computer Vision with MATLAB Loren Shure

Embedded Vision on FPGAs The MathWorks, Inc. 1

What s New in MATLAB and Simulink

Keywords revenue management, yield management, genetic algorithm, airline reservation

Predictive Analytics

Session 15 OF, Unpacking the Actuary's Technical Toolkit. Moderator: Albert Jeffrey Moore, ASA, MAAA

Analysis Tools and Libraries for BigData

Converting Models from Floating Point to Fixed Point for Production Code Generation

Main Bullet #1 Main Bullet #2 Main Bullet #3

Tackling Big Data with MATLAB Adam Filion Application Engineer MathWorks, Inc.

How To Program With Adaptive Vision Studio

SESSION DEPENDENT DE-IDENTIFICATION OF ELECTRONIC MEDICAL RECORDS

Better decision making under uncertain conditions using Monte Carlo Simulation

ON-LINE MATLAB-BASED EDUCATIONAL TOOLS FOR PROCESS CONTROL RELATED COURSES

Applications to Computational Financial and GPU Computing. May 16th. Dr. Daniel Egloff

Welcome to the second half ofour orientation on Spotfire Administration.

Towards a Thriving Data Economy: Open Data, Big Data, and Data Ecosystems

James P. Doherty AOG 2016

McGraw-Hill The McGraw-Hill Companies, Inc.,

DARPA, NSF-NGS/ITR,ACR,CPA,

Maschinelles Lernen mit MATLAB

Entwicklung und Testen von Robotischen Anwendungen mit MATLAB und Simulink Maximilian Apfelbeck, MathWorks

Engineering Problem Solving

Numerical Methods in MATLAB

Depth and Excluded Courses

Computer Science. General Education Students must complete the requirements shown in the General Education Requirements section of this catalog.

Data Mining mit der JMSL Numerical Library for Java Applications

Automating FP&A Analytics Using SAP Visual Intelligence and Predictive Analysis

Build standalone executables from MATLAB code

Here to take you beyond Mobile Application development using Android Course details

Speed up numerical analysis with MATLAB

Best Practises for LabVIEW FPGA Design Flow. uk.ni.com ireland.ni.com

Big Data Executive Survey

Abdullah Mohammed Abdullah Khamis

Basics of Simulation Technology (SPICE), Virtual Instrumentation and Implications on Circuit and System Design

WINDOWS AZURE AND WINDOWS HPC SERVER

N6171A MATLAB Data Analysis Software for Agilent Instruments

DD Web based graphic designer for SharePoint workflows DD Central administration for processes and permissions DD Powerful capabilities with and

Fraud Detection with MATLAB Ian McKenna, Ph.D.

Advanced analytics at your hands

Introduction to Simulink & Stateflow. Coorous Mohtadi

AC : MATHEMATICAL MODELING AND SIMULATION US- ING LABVIEW AND LABVIEW MATHSCRIPT

GEDAE TM - A Graphical Programming and Autocode Generation Tool for Signal Processor Applications

Open EMS Suite. O&M Agent. Functional Overview Version 1.2. Nokia Siemens Networks 1 (18)

Product Information CANape Option Simulink XCP Server

Chapter 13: Program Development and Programming Languages

WESTMORELAND COUNTY PUBLIC SCHOOLS Integrated Instructional Pacing Guide and Checklist Computer Math

MATLAB in Production Systems, Database Integration, and Big Data Eugene McGoldrick

Page 1 of 5. IS 335: Information Technology in Business Lecture Outline Computer Technology: Your Need to Know

Virtuoso Analog Design Environment Family Advanced design simulation for fast and accurate verification

Matrox Imaging White Paper

Teradata Unified Big Data Architecture

Software. Programming Language. Software. Instructor Özgür ZEYDAN. Bülent Ecevit University Department of Environmental Engineering

Predictive Modeling Techniques in Insurance

Operationalise Predictive Analytics

Analecta Vol. 8, No. 2 ISSN

Chapter Managing Knowledge in the Digital Firm

Cloud Computing for Forest Fire Management. Dr. Nikos Athanasis, Prof. Kostas Kalabokidis University of the AEGEAN

Predictive analytics for the business analyst: your first steps with SAP InfiniteInsight

Agilent MATLAB Data Analysis Software Packages for Agilent Oscilloscopes

imc FAMOS 6.3 visualization signal analysis data processing test reporting Comprehensive data analysis and documentation imc productive testing

APPENDIX - A. Tools Used. 1. Qualnet Simulator. 2. TRMSim-WSN Simulator. 3. SnetSim Simulator. 4. EDX SignalPro. 5.

Graphical Processing Units to Accelerate Orthorectification, Atmospheric Correction and Transformations for Big Data

Transcription:

Data Analysis with MATLAB 2013 The MathWorks, Inc. 1

Agenda Introduction Data analysis with MATLAB and Excel Break Developing applications with MATLAB Solving larger problems Summary 2

Modeling the Solar Ratio R s = a (1 + bh)(1 e c Tn ) R s : Solar Ratio H: Relative humidity T: T DailyMax T DailyMin a,b,c,n: Model coefficients Solar Ratio: How much of the incoming light does the atmosphere let through. extraterrestrial radiation total global radiation 3

Demo: Solar Radiation Estimation Goal: Estimate daily solar ratio given a weather forecast data. Approach: Process historical measurements Develop and test predictive model Document analysis in a report Link analysis to Excel workbook extraterrestrial radiation total global radiation Extend analysis on multiple files 4

Approaches with Excel and MATLAB Excel MATLAB 5

Data Analysis Tasks Access Files Explore & Discover Data Analysis & Modeling Share Reporting and Documentation Software Algorithm Development Outputs for Design Code & Applications Hardware Application Development Deployment Automate 6

Agenda Introduction Data analysis with MATLAB and Excel Break Developing applications with MATLAB Solving larger problems Summary 7

Demo: Solar Radiation Estimation Introduction to MATLAB Goal: Estimate daily mean global solar radiation given low cost and easily obtained measurements Approach: Process historical measurements Develop and test predictive model Document analysis in a report Link analysis to Excel workbook Extend analysis on multiple files 8

Demo: Estimate Solar Radiation Products Used MATLAB Spreadsheet Link EX Statistics Toolbox Curve Fitting Toolbox Access Files Explore & Discover Data Analysis & Modeling Share Reporting and Documentation Software Algorithm Development Outputs for Design Code & Applications Hardware Application Development Deployment Automate 9

Accessing Data from MATLAB Access Explore & Discover Share Files Excel, text, or binary Audio and video, image Scientific formats and XML Applications and languages C/C++, Java, FORTRAN COM,.NET, shared libraries Databases (Database Toolbox) Measurement hardware Data acquisition hardware (Data Acquisition Toolbox) Stand-alone instruments and devices (Instrument Control Toolbox) 10

Data Analysis and Visualization in MATLAB Access Explore & Discover Share Built-in engineering and mathematical functions Interpolation, filtering, smoothing, Fourier analysis Extensive plotting capabilities 2-D, 3-D, and volume visualization Tools for creating custom plots 11

Expanding the Capabilities of MATLAB Access Explore & Discover Share MathWorks add-on tools for: Math, statistics, and optimization Control system design and analysis Signal processing and communications Image processing and computer vision Parallel computing and more Partner products provide: Additional interfaces Domain-specific analysis Support for niche applications 12

Sharing Results from MATLAB Access Explore & Discover Share Automatically generate reports Publish MATLAB files Customize reports using MATLAB Report Generator Package as an app Deploy applications to other environments Convert MATLAB code to HDL / C 13

Agenda Introduction Data analysis with MATLAB and Excel Break Developing applications with MATLAB Solving larger problems Summary 14

Agenda Introduction Data analysis with MATLAB and Excel Break Developing applications with MATLAB Solving larger problems Summary 15

Demo: Analysis of Solar Data Building an Application Goal Estimate daily mean global solar radiation given low cost and easily obtained measurements Approach Develop and test estimate using historical data Modify analysis for reuse on multiple data sets Build user-friendly app Create shareable standalone component 16

Deploying Applications with MATLAB Toolboxes 1 MATLAB Desktop End-User Machine 2 MATLAB Compiler.exe 3 17

Deploying Applications with MATLAB Give MATLAB code to other users MATLAB apps MATLAB files Share applications with end users who do not need MATLAB Stand-alone executables MATLAB Builder EX MATLAB Compiler MATLAB Builder JA MATLAB Builder NE Shared libraries Software components.exe.dll.lib Excel Java Web.NET Royalty-free distribution 18

Demo: Application Development Products Used MATLAB Curve Fitting Toolbox MATLAB Compiler Access Files Explore & Discover Data Analysis & Modeling Share Reporting and Documentation Software Algorithm Development Outputs for Design Code & Applications Hardware Application Development Deployment Automate 19

Agenda Introduction Data analysis with MATLAB and Excel Break Developing applications with MATLAB Solving larger problems Summary 20

Demo: Solar Radiation Estimation Introduction to MATLAB Goal: Estimate daily mean global solar radiation given low cost and easily obtained measurements Approach: Process historical measurements Develop and test predictive model Document analysis in a report Link analysis to Excel workbook Extend analysis on multiple files 21

Independent Tasks or Iterations Ideal problem for parallel computing No dependencies or communications between tasks Examples: parameter sweeps, Monte Carlo simulations Time Time 22

Agenda Introduction Data analysis with MATLAB and Excel Break Developing applications with MATLAB Solving larger problems Summary 23

MATLAB A Platform for Data Analysis Access Files Explore & Discover Data Analysis & Modeling Share Reporting and Documentation Software Algorithm Development Outputs for Design Code & Applications Hardware Application Development Deployment Automate 24

2013 The MathWorks, Inc. 25