|
|
plotting vertical lines
Hi,
Maybe someone can help me.
I have a signal that i divide it by frames (have a matrix of frames) - now I want to plot the entire signal but at the limit of each frame I want to insert a vertical line, that will show the frames limits.
How could I insert those vertical lines in my plot?
Thanx
|
|
0
|
|
|
|
Reply
|
John
|
1/7/2010 10:04:04 PM |
|
I've used the stem() function. I think you could also use the line()
function. Just supply the endpoints of the line.
|
|
0
|
|
|
|
Reply
|
ImageAnalyst
|
1/7/2010 11:20:59 PM
|
|
Hi ImageAnalyst,
I don't understant how I can plot the line between the frames, with the function 'line'.
In my code I have a matrix of 56x441, which each row is a frame. I use the function 'reshape' to add all the frames and to plot the entire signals. But between each frame I want to insert the line that demostrate the limit of frame.
Could you explain yourself or if there's another way also great.
Thanxs
|
|
0
|
|
|
|
Reply
|
jonathangarzon1 (15)
|
1/10/2010 11:47:02 AM
|
|
|
2 Replies
302 Views
(page loaded in 0.062 seconds)
Similiar Articles: Plot vertical lines on plots - comp.soft-sys.matlabHi all, I wish to plot vertical lines at specific points so that they stand out. My plot call is as follows: plot( X, zeros(size(X)),'o', x, y,... How to draw a vertical line at the peak of a graph - comp.soft-sys ...Solving linear programming problem using graph/ plot? - comp.soft ... How to draw a vertical line at the peak of a graph - comp.soft-sys ..... bars, x-axis spacing - comp ... polar plotting two lines - comp.soft-sys.matlabplotting vertical lines - comp.soft-sys.matlab polar plotting two lines - comp.soft-sys.matlab plotting vertical lines - comp.soft-sys.matlab polar plotting two lines ... Plots with vertical x axes - comp.soft-sys.matlabplotting coordinate axes in 3d plot - comp.soft-sys.matlab ... hi All I am wondering if there is an efficient way to plot a coordinate axes (x,y, z ... Plot vertical lines ... Moving horizontal and vertical line on the graph - comp.soft-sys ...plotting vertical lines - comp.soft-sys.matlab ListPlot with two horizontal axes - comp.soft-sys.math.mathematica ... To select the point, I need to move one horizontal ... Multiple line plots, two y axes - comp.soft-sys.matlabI am trying to plot a total of four lines onto a single line graph. All of the lines are ... Plot vertical lines on plots - comp.soft-sys.matlab... vertical line on subplots ... Filling in the space between two parallel lines with a color ...plotting vertical lines - comp.soft-sys.matlab Filling in the space between two parallel lines with a color ... plotting vertical lines - comp.soft-sys.matlab Filling in ... plotting coordinate axes in 3d plot - comp.soft-sys.matlab ...polar plotting two lines - comp.soft-sys.matlab plotting coordinate axes in 3d plot - comp.soft-sys.matlab ... Plot vertical lines on plots - comp.soft-sys.matlab plotting ... Draw lines between subplots - comp.soft-sys.matlabplotting vertical lines - comp.soft-sys.matlab... don't understant how I can plot the line between the ... How to draw a vertical line at the peak of a graph - comp ... Plotting normal Distribution and percentiles - comp.soft-sys ...plotting vertical lines - comp.soft-sys.matlab Plotting normal Distribution and percentiles - comp.soft-sys ... The example below places two vertical lines at the mean ... Matlab Plotting - Horizontal Lines and Vertical linesWe show you how to draw horizontal lines (and vertical lines) in Matlab, and add them to any given plot... gnuplot / parametric (E) - The Nuclear Theory Seminar Web Sitenot so FAQ. Legend ; Tics ; Label ; 2-D Plot ; 3-D Plot ; Polar Coordinate ; Parametric Functions . parameters ; vertical line ; circle, polygons ; exchange X and Y-axes 7/22/2012 4:23:52 AM
|
|
|
|
|
|
|
|
|