Draw a multiple lines in Matlab
Show older comments
Hello I have a set of values.
X and Y values
I want to draw each value as a single , separate line from 0 to Y intensity in X position for each Y value.
I tried to use line but this function connect lines.
line([setX,setX],[zeros(size(peaks)) peaks])
Where setX is a vector with X axis peaks is a vector with Y axis
I want to have eg. 100 vertical lines not connected.
Accepted Answer
More Answers (0)
Categories
Find more on Descriptive Statistics in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!