answersLogoWhite

0

To plot each value of a vector as a dirac impulse, try stem instead of plot.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

How can I plot a PDF in MATLAB?

To plot a Probability Density Function (PDF) in MATLAB, you can use the "histogram" function with the 'Normalization' parameter set to 'pdf'. This will create a plot that represents the PDF of your data.


How do you plot frequency spectrum using fft function in MATLAB?

plot(abs(fft(vectorname)))the FFT function returns a complex vector thus when you plot it, you get a complex graph. If you plot the absolute value of the FFT array, you will get the magnitude of the FFT.


How do you implement awgn in MATLAB without using awgn function?

no way... use awgn function in matlab


Which is the function of matlab?

matlab stands for matrix laboratory.. the function of matlab to create different types of signal and observe them .and their are so many different functions of matlab like, simulink fuzzy logic,simply arithmetic ,GUI etc


How can I create a MATLAB matrix plot to visualize my data effectively?

To create a MATLAB matrix plot for effective data visualization, you can use the imagesc function. First, organize your data in a matrix format. Then, use the imagesc function to display the matrix as a color image, with each element represented by a color based on its value. Adjust the colormap and axis labels as needed to enhance clarity and interpretation of the data.


Code for circular convolution matlab?

Please check the help files of the matlab circular convolution . Matlab already has a readymade function for it.


How do you modulate in matlab without using matlab tools?

You would have to write your own code for a modulation (Matlab has a convolution function not in the tools), otherwise you can use its built in function in the signal processing toolbox.


What is stem in matlab?

stem(x) will plot a graph in discreet form


What is a stem in matlab?

stem(x) will plot a graph in discreet form


What is the laplace transform of a unit step function?

a pulse (dirac's delta).


How do you make graph from an equation in Matlab?

Initially, the equation can be directly realized using Matlab source code. Then various inputs can be applied to it. These values can easily be plotted on a graph using plot or stem command in Matlab.


What are the Laplace transform of unit doublet function?

The Laplace transform of the unit doublet function is 1.