How to plot a continuous graph from distinct points.
조회 수: 2 (최근 30일)
이전 댓글 표시
How to plot a continuous graph by joining the distinct points created by two array of unqual length.
Suppose:-
x=[1 3 5 6]
y=10
plot(x,y,'o')
here you will get some distinct point graph but i want a continuous one.
Help me that.
thanks
댓글 수: 0
채택된 답변
추가 답변 (1개)
Menatallah Ayman
2019년 10월 29일
s(x) = Im{e(−x+i2πx)}.
댓글 수: 1
Steven Lord
2019년 10월 29일
This doesn't seem related to the original question. Please ask it as a separate question and include more details about what you're trying to do and/or the problem you're experiencing.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!