Group Abstract Group Abstract

Message Boards Message Boards

0
|
5.1K Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Plot several functions in different sectors in one diagram + rotation?

Posted 7 years ago
POSTED BY: Pascal B.
2 Replies

Like this perhaps?

p1 = Plot3D[{-0.065306 x^(2) + 0.228571 x + 16.75}, {x, 0, 3.5}, {y, 
   0, 20}]
p2 = Plot3D[{-x + 20.25}, {x, 3.5, 4.4}, {y, 0, 20}]
Show[p1, p2, PlotRange -> All]
POSTED BY: Hans Dolhaine
Posted 7 years ago

Yes, that worked out very well, thank you so much!:-)

POSTED BY: Pascal B.
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard