Chapter 13 Sights and Sounds.

Slides:



Advertisements
Similar presentations
Lecture (4) Plotting & Programming (1) Eng. Osama Talaat 1.
Advertisements

Introduction to Graphing Using MATLAB. Line Graphs  Useful for graphing functions  Useful for displaying data trends over time  Useful for showing.
© red ©
A graphical user interface (GUI) is a pictorial interface to a program. A good GUI can make programs easier to use by providing them with a consistent.
Chapter 1_2 Becoming Skilled at Information Technology.
1 How to create GUI's in MatLAB Rigo Dicochea. 2 Introduction Graphical User Interface (GUI) MatLab provides Graphical User Interface Development Environment(GUIDE)
Graphics not part of C++ libraries –X libraries –QT library –OS specific.
Building and managing class pages on our new Web site School Wires Training.
Digital Images Chapter 8, Exploring the Digital Domain.
Objective Understand concepts used to create digital graphics. Course Weight : 15% Part Three : Concepts of Digital Graphics.
Use “Paint” to create a Title Page and page 1. Start Menu 2. All Programs 3. Accessories 4. Paint 5. Click on Paint Bucket (Fill with Color) 6. Select.
Department of Mechanical Engineering, LSUSession VII MATLAB Tutorials Session VIII Graphical User Interface using MATLAB Rajeev Madazhy
A short intermission about function handles and cell arrays A MATLAB function may be referenced by a handle. >> sphere(100)
Forms Sangeetha Parthasarathy 02/05/2001. Introduction to Forms A form makes it possible to transform your web pages from text to graphics to interactive.
HTML presentation Embedding Graphics in Web Pages n HTML uses an empty tag called the (image tag) n n n or n n n Note: all web production tools do insert.
GUI development with Matlab: GUI Front Panel Components 1 GUI front panel components In this section, we will look at -GUI front panel components -Programming.
Chapter One An Introduction to Visual Basic 2010 Programming with Microsoft Visual Basic th Edition.
Virtual Book Tools How to insert a Text Box Click on Insert Go to Text Box Click on slide to insert OR Click on Drawing Toolbar picture of Text Box Click.
T U T O R I A L  2009 Pearson Education, Inc. All rights reserved. 1 3 Welcome Application Introduction to Visual Programming.
Introduction to MATLAB Damon Tomlin February 22, 2008 Lecture 3: Data Visualization & User Interfaces.
Creating Graphical User Interfaces (GUI’s) with MATLAB By Jeffrey A. Webb OSU Gateway Coalition Member.
3 rd Angle Orthographic Projection in SolidWorks version 10 designtechnology 1. Open you Assembly drawing in SolidWorks. Minimise it and then opt for File.
© Copyright 2012 by Pearson Education, Inc. All Rights Reserved. Chapter 9 GUI Programming Using Tkinter 1.
Introduction to Matlab & Data Analysis 2015 In this tutorial we will: Build a practical application using GUIDE Learn more about graphical user interface.
CHAPTER:07 JAVA IDE PROGRAMMING-II Prepared By Prepared By : VINAY ALEXANDER ( विनय अलेक्सजेंड़र ) PGT(CS),KV JHAGRAKHAND.
MATLAB for Engineers 4E, by Holly Moore. © 2014 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected by Copyright.
UW CSE 190p Section 7/26, Summer 2012 Dun-Yu Hsiao.
GUI development with Matlab: GUI Front Panel Components GUI development with Matlab: Other GUI Components 1 Other GUI components In this section, we will.
Why a bitmap (.bmp), not a.jpg? If you cannot save a.bmp, make it an uncompressed.tif. Compression (of this 8-bit 397,000 pixel image): none (397kb memory)medium.
EGR 115 Introduction to Computing for Engineers
Introduction to Matlab Module #10 Page 1 Introduction to Matlab Module #10 – Creating Graphical User Interfaces Topics 1.Overview of GUI Development using.
PART TWO Electronic Color & RGB values 1. Electronic Color Computer Monitors: Use light in 3 colors to create images on the screen Monitors use RED, GREEN,
MATLAB and SimulinkLecture 61 To days Outline Graphical User Interface (GUI) Exercise on this days topics.
IE 411/511: Visual Programming for Industrial Applications Lecture Notes #2 Introduction to the Visual Basic Express 2010 Integrated Development Environment.
More Matlab Graphics and GUI Graphics subplots some useful commands 3D graphics GUI GUI controls The callback property Other essential properties.
Designing Effective Input. Design input forms for users of business systems Design engaging input displays for users of information systems Design useful.
Computer Graphics Lecture 1 Introduction to Computer Graphics
Image Processing Objectives To understand pixel based image processing
Graphical User Interface in MATLAB
Chapter 1: An Introduction to Visual Basic 2015
Chapter 21 – Graphics/Tk Outline 21.1 Introduction 21.2 GD Module: Creating Simple Shapes 21.3 GD Module: Image Manipulation 21.4 Chart Module 21.5 Introduction.
Visual Basic Code & No.: CS 218
Chapter Topics 15.1 Graphical User Interfaces
Images In Matlab.
Compression (of this 8-bit 397,000 pixel image):
Ch3 Graphics Overview of Plotting Editing Plots
Lecture 25: Exploring data
Chap 7. Building Java Graphical User Interfaces
GUI Using Python.
Graphical User Interfaces -- Introduction
Chapter 14 JavaFX Basics Dr. Clincy - Lecture.
CS320n –Visual Programming
This Week: Tkinter for GUI Interfaces Some examples
12 Product Configurator
The Smarter Balanced Assessment Consortium
Happy Valentine’s Day Flowered lace background (Basic)
Embedding Graphics in Web Pages
Advanced Plotting Techniques
Color Visualization in Matlab
Signature: Microsoft Word 2003
Pictures in 3-D flip book (Intermediate)
What Color is it?.
Chapter 15: GUI Applications & Event-Driven Programming
Multiplication Shaded text wrapped around a corner (Basic)
Zhen Jiang West Chester University
Paleolithic Mesolithic Neolithic Bronze Age
Web4Labels 3.1 Colour and logo definition features
Chapter 12 GUI Basics.
Color Box Button - Gray Type : object Type : object Type : object
TA: Nouf Al-Harbi NoufNaief.net :::
Presentation transcript:

Chapter 13 Sights and Sounds

FIGURE 13.1 Columnwise display of the 64 colors in the parula colormap.

FIGURE 13.2 Columnwise display of the 64 colors in the jet colormap.

FIGURE 13.3 A 5 × 5 display of random colors from the jet colormap.

FIGURE 13.4 A 500 × 500 display of random colors.

FIGURE 13.5 Random colors from a custom colormap.

FIGURE 13.6 Shades of red.

FIGURE 13.7 Draw this tree with grass and sky.

FIGURE 13.8 Pink colormap for sphere function.

FIGURE 13.9 Subplot with multiple colormaps.

FIGURE 13.10 Image from a true color matrix.

FIGURE 13.11 Separating red, green, and blue components.

FIGURE 13.12 Create this true color matrix.

FIGURE 13.13 Image from a JPEG file displayed using image.

FIGURE 13.14 Image dimmed by manipulating the matrix values.

FIGURE 13.15 Simple GUI with a static text box.

FIGURE 13.16 Text entered by user in editable text box.

FIGURE 13.17 The result from the callback function.

FIGURE 13.18 GUI with a push button.

FIGURE 13.19 GUI with slider result shown.

FIGURE 13.20 GUI with two pushbuttons and two callback functions.

FIGURE 13.21 The result from the first callback function.

FIGURE 13.22 Plot shown in a GUI Figure Window.

FIGURE 13.23 GUI with an image and slider for brightness.

FIGURE 13.24 Button Group with Radio Buttons.

FIGURE 13.25 Button Group: Choice of Color for Text.

FIGURE 13.26 App Designer Layout.

FIGURE 13.27 Bottom of Component Library.

FIGURE 13.28 Simple Label in app.

FIGURE 13.29 Text of label in UI Figure Window.

FIGURE 13.30 Simple Slider in UI Figure Window.

FIGURE 13.31 Slider with Label Example.

FIGURE 13.32 App with Slider and Label.

FIGURE 13.33 Amplitudes from chirp and train.

FIGURE 13.34 Reversed row image.

FIGURE 13.35 Color rings.

FIGURE 13.36 Red, green, blue stripes.

FIGURE 13.37 Magenta and blue blocks.

FIGURE 13.38 Rainbow of random colors.

FIGURE 13.39 Reverse black and white pixels.

FIGURE 13.40 Depiction of brightness perception.

FIGURE 13.41 Display of chosen colormap.

FIGURE 13.42 Text editor app.

FIGURE 13.43 Stoplight app.