plotting 3 functions in the same graph
2 ビュー (過去 30 日間)
古いコメントを表示
How can I graph (x,y1), (x,y2), (x,y3) without having them overlapped ( I want to be able to distinguish them from each other) ? I want to have a graph which includes three of them at the same time.
x = from 1000 to 100000000
y1 = 1000 * x
y2 = x^2
y3 = x
2 件のコメント
Rik
2020 年 4 月 23 日
What do you mean with the graphs not overlapping? y2 and y3 will overlap for x=1000. Or do you mean that each graph should have a different color?
回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!