필터 지우기
필터 지우기

Draw a multiple lines in Matlab

조회 수: 1 (최근 30일)
Jonasz
Jonasz 2013년 10월 7일
답변: Inge 2013년 10월 7일
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.

채택된 답변

Inge
Inge 2013년 10월 7일
I think you can solve the problem with function STEM: click

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Genomics and Next Generation Sequencing에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by