if i have two identical line in graph how can i make them visible for two dat
조회 수: 1 (최근 30일)
이전 댓글 표시
x=[ 0.10 0.15 0.18 0.19]
y=[0.11 0.156 0.1888 0.195]
댓글 수: 2
Geoff Hayes
2016년 2월 7일
Please clarify what you are trying to do with your x and y arrays. Are you drawing as
plot(x,y)
and if so, where does the two identical line in graph fit in?
the cyclist
2016년 2월 7일
Yogeshwari, this is not Twitter. You can use more than 140 characters to give us a complete description of what it is you are trying to do.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Graph and Network Algorithms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!