level 2
我是第一名哈00
楼主
data2 = {{446, 651, 14850}, {382, 589, 15673}}
plot2 = ListPointPlot3D[data2,
ColorFunction -> Function[{x, y, z}, Hue[0.03, 1, 1]]]



f[x_, y_] = -11917.525 + 72.999*x - 0.061*x^2 + 32.143*y -
0.028102*(x*y) - 0.015041*y^2
plot1 = Plot3D[f[x, y], {x, 300, 600}, {y, 0, 800},
MeshStyle -> Directive[GrayLevel[0], Dotted], Mesh -> Automatic,
MeshFunctions -> Automatic,
PlotStyle -> Directive[GrayLevel[0], Opacity[0.264`]],
AxesLabel -> {"灌水量Irrigation amount(mm)",
"施肥量 Fertigation(kg.\!\(\*SuperscriptBox[\(hm\), \(-2\)]\))",
"产量Yield(kg.\!\(\*SuperscriptBox[\(hm\), \(-2\)]\))"},
PlotLabel -> Style[a.产量, a.Yield], PlotRange -> {0, 20000},
Boxed -> Dotted]
Show[plot1, plot2]
现在能力只能画成1中的图形,想把1图画成2图那样的形式。
很困惑,希望得到吧主大神帮助,非常感谢。
2020年02月03日 15点02分
1
plot2 = ListPointPlot3D[data2,
ColorFunction -> Function[{x, y, z}, Hue[0.03, 1, 1]]]



f[x_, y_] = -11917.525 + 72.999*x - 0.061*x^2 + 32.143*y -0.028102*(x*y) - 0.015041*y^2
plot1 = Plot3D[f[x, y], {x, 300, 600}, {y, 0, 800},
MeshStyle -> Directive[GrayLevel[0], Dotted], Mesh -> Automatic,
MeshFunctions -> Automatic,
PlotStyle -> Directive[GrayLevel[0], Opacity[0.264`]],
AxesLabel -> {"灌水量Irrigation amount(mm)",
"施肥量 Fertigation(kg.\!\(\*SuperscriptBox[\(hm\), \(-2\)]\))",
"产量Yield(kg.\!\(\*SuperscriptBox[\(hm\), \(-2\)]\))"},
PlotLabel -> Style[a.产量, a.Yield], PlotRange -> {0, 20000},
Boxed -> Dotted]
Show[plot1, plot2]
现在能力只能画成1中的图形,想把1图画成2图那样的形式。
很困惑,希望得到吧主大神帮助,非常感谢。


