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!