How to plot 5 variables in one graph?
显示 更早的评论
I have one parameter which is dependent on 5 variables. I am currently researching on thin film deposition. I have to see how the deposition rate varies with changing pressure,power,Air flow, Distance and Rotation. Is it possible to plot such a problem in Matlab?
2 个评论
sumalatha vasam
2018-11-8
yes, its possible. if u have proper equation.
Balasubramanian Sundarapandian
2018-11-8
编辑:Balasubramanian Sundarapandian
2018-11-8
回答(1 个)
madhan ravi
2018-11-8
plot(x,y1)
hold on
plot(x,y2)
...
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!