/
Introduction to Matlab Module #5 – Advanced Plotting Introduction to Matlab Module #5 – Advanced Plotting

Introduction to Matlab Module #5 – Advanced Plotting - PowerPoint Presentation

liane-varnes
liane-varnes . @liane-varnes
Follow
355 views
Uploaded On 2018-11-04

Introduction to Matlab Module #5 – Advanced Plotting - PPT Presentation

Topics Plot Options subplots overlays legends datapoints Polar Plots 3D Plots plot3 mesh Textbook Reading Assignments 5159 Practice Problems Chapter 5 Problems 549 1 Plot Options ID: 713727

matlab plots options plot plots matlab plot options polar create perform problems exercises script file mesh lab05

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "Introduction to Matlab Module #5 – Adv..." 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 #5 – Advanced Plotting

Topics

Plot Options (subplots, overlays, legends,

datapoints

)

Polar

Plots

3D

Plots (plot3, mesh)

Textbook Reading Assignments

5.1-5.9

Practice Problems

Chapter 5 Problems:

5.49Slide2

1) Plot Options

XY Plot OptionsSlide3

1) Plot Options

Sub PlotsSlide4

2) Polar Plots

Polar PlotsSlide5

3) 3D Plots

3D Line PlotsSlide6

3) 3D Plots

3D MeshSlide7

Lab 5 Exercise Problems

For each of these exercises, you will create a script file. Your script file will perform the calculations and then display the answers to the workspace.

Create a directory on your Z drive called “

Z:\Matlab_Course\Lab05”

Change your

pwd

to “

Z:\Matlab_Course\Lab05” (>>

cd

Z:\Matlab_Course\Lab05)

Perform the following exercises:

Ch5:

49

Consider using a for loop to perform each evaluation of b and to create three

plots on a

a

1x3 subplot window.