Message Boards Message Boards

0
|
1371 Views
|
1 Reply
|
1 Total Likes
View groups...
Share
Share this post:

Create cross sectional plots for a function of two variables?

Posted 4 years ago

I have attached a notebook with the function I am trying to model and understand.

POSTED BY: Kevin Tovar

I don't understand what you mean exactly. Try playing with PlotRange:

F[t_, x_] := 30*Cos[(2 Pi/365) t - 0.211728 x]*Exp[-0.211728 x] + 35
Plot3D[F[t, x], {t, 0, 365}, {x, 0, 70},
 ColorFunction -> "ThermometerColors",
 AxesLabel -> {t, x}, PlotRange -> All]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract