Ηi friends i have a matrix from a few of points i want to plot this data in parallel with y direction only.
thank you

댓글 수: 3

Geoff Hayes
Geoff Hayes 2018년 3월 21일
편집: Geoff Hayes 2018년 3월 21일
George - can you provide an example of your data? If you have
y = [1 2 3 4 5];
then do you want to plot as
x = repmat(2,size(y)); % example only, plotting at x=2
plot(x,y);
Please clarify.
george veropoulos
george veropoulos 2018년 3월 21일
thank you your example id good i have an other question how i can put points not a Continuous line ?
Try:
plot(x,y,'ro')

댓글을 달려면 로그인하십시오.

답변 (1개)

george veropoulos
george veropoulos 2018년 3월 21일

0 개 추천

thank i test it ...work

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

질문:

2018년 3월 21일

답변:

2018년 3월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by