Plotting two functions on 3D surface for the same interval
显示 更早的评论
Hello
I have two functions, say
Z1=x^2
Z2=x^3
x: 0:10
How i can create a 3D surface plot
thanks in advance
采纳的回答
更多回答(3 个)
Fuad Nammas
2020-1-25
0 个投票
1 个评论
Star Strider
2020-1-25
That is not possible as you have defined the plot.
The ‘x’ and ‘Z1’ vectors define the axes, so only ‘Z2’ can have color associated with the surface plot.
Fuad Nammas
2020-1-25
0 个投票
1 个评论
Star Strider
2020-1-25
As always, my pleasure!
Thank you, and you, too.
类别
在 帮助中心 和 File Exchange 中查找有关 2-D and 3-D Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!