Ask an expert. Trust the answer.

Your academic and career questions answered by verified experts

how to a plot stem in matlab

Date: 2022-09-30 15:22:46

Syntax

 

stem(Y)
stem(X,Y)
stem(...,'fill')
stem(...,LineSpec)
h = stem(...)
Description 

Description

A two-dimensional stem plot displays data as lines extending from the x-axis. A circle (the default) or other marker whose y-position represents the data value terminates each stem. stem(Y) plots the data sequence Y as stems that extend from equally spaced and automatically generated values along the x-axis. When Y is a matrix, stem plots all elements in a row against the same x value. stem(X,Y) plots X versus the columns of Y. X and Y are vectors or matrices of the same size. Additionally, X can be a row or a column vector and Y a matrix with length(X) rows. stem(...,'fill') specifies whether to color the circle at the end of the stem.

stem(...,LineSpec) specifies the line style, marker symbol, and color for the stem plot.

h = stem(...) returns handles to line graphics objects

Examples

Create a stem plot of 10 random numbers.

 

        y = linspace(0,2,10);
stem(exp(-y),'fill','-.')
axis ([0 11 0 1])

Matlab Plot - stem

In this example, we study the 'stem' instruction to plot Matlab functions.
It draws vertical lines (with a little circle at the tip) proportional to the value of the function at that particular horizontal value. 'stem' does not join the circles with a line, and it is very helpful to stress the fact that the function is not continuous but discrete.

Let's assume that we want to plot the following elegant exponential and sinusoidal function:

let's draw a simple discrete function

 

 

% Avoid superimposed operations and close previous figs.
clc; clear; close all 
% First, we define 51 values of our independent variable
x = 0 : 2*pi/50 : 2*pi; 
% Second, we define the function to graph
y = exp(-x/3) .* sin(x); 
% Third, we use the 'stem' function to plot discrete values
stem(x,y) 
% We can add title and labels (as strings in arguments)
title('Demonstration of the -stem- function')
xlabel('angle x')
ylabel('f(x)')

And we get the following plot:

If we define our independant variable using less points, as in

 

 x = 0 : 2*pi/20 : 2*pi;

we get the following visual change:

 

Expert Answer:

Why Matlabhelpers ?

Our Matlab assignment helpers for online MATLAB assignment help service take utmost care of your assignments by keeping the codes simple yet of high-quality. We offer the most reliable MATLAB solutions to students pursuing their Computer Science course from the Monash University, the University of Sydney, the University of New South Wales, the University of Melbourne; to name a few. Approach us today for best Matlab solutions online!

Our Comprehensive Matlab Assignment Help Services

Personalized Tutoring:Our team of MATLAB experts offers one-on-one tutoring sessions tailored to your specific needs. Whether you’re struggling with basic concepts or advanced algorithms, we provide clear, step-by-step guidance to help you understand and master MATLAB.

Assignment Assistance:Facing tight deadlines or complex assignments? We’re here to help! From initial problem analysis to code development and debugging, we offer full-spectrum support to ensure your assignments meet the highest standards.

Project Development: Need help with a research project? Our specialists can assist you in designing and implementing robust MATLAB solutions. We cover everything from project planning and data collection to coding, simulation, and result analysis.

Coursework Support: We provide comprehensive support for your coursework, helping you understand lectures, complete lab exercises, and prepare for exams. Our goal is to ensure you grasp the core principles and practical applications of MATLAB.

Thesis and Dissertation Guidance:Writing a thesis or dissertation? Our experts can assist you in incorporating MATLAB for data analysis, modeling, and simulation. We help you develop a strong methodological framework and ensure your research stands out.

whatsApp order on matlabhelpers.com

telegram order on matlabsolutions.com