Skip to main content
4-Participant
December 1, 2016
Solved

How to draw 3D plot for the following program.

  • December 1, 2016
  • 4 replies
  • 3221 views

Hi all,

I need to plot 3-D plot for the following program which uses a AdamsBDF function

which is attached below.

Could anyone help me to make 3-D plot for the values of A, B and E

for my attached mathcad code ?

Thanks.

Best answer by ValeryOchkov

4 replies

24-Ruby IV
December 1, 2016
24-Ruby IV
December 1, 2016

See please the Fig. 18.6. Solution of Differential Equations with Additional Parameter

here Study 18. Differential Equations in Thermal Engineering

24-Ruby IV
December 1, 2016

Counter plot: blue sea, green forest, snow mountain, volcanic crater etc. Fine picture!

vveeran4-ParticipantAuthor
4-Participant
December 1, 2016

Dear Valery Ochkov,

Thank you very much for your answer.

But, I cannot able to see the 3-D plot in the code you attached.

I can just the box containing values (A,B,E).

Could you tell please what will be the problem ?

24-Ruby IV
December 1, 2016

Do you see the counter plot in this attach?

vveeran4-ParticipantAuthor
4-Participant
December 1, 2016

Dear Valery and Exinger,

1. I can see the counter plot of Valery's attached file in test_3D_plot-2.

   

2. I followed the Werner's instructions, now I can see the 3D plot.

Thank you all.

24-Ruby IV
December 1, 2016

vetri veeran написал(а):

Dear Valery and Exinger,

1. I can see the counter plot of Valery's attached file in test_3D_plot-2.

2. I followed the Werner's instructions, now I can see the 3D plot.

Thank you all.

But the counter plot is more fine. Not true?

Point me please one physical meaning of the plot!

25-Diamond I
December 1, 2016

Are you sure that you are looking for a surface plot and not a simple curve in 3D-space?

After all thats all the information you have. Look a the pic below. You simply have to change the plot type from "surface plot" to "scatter plot" (or "Data points").

BTW, does anybody knows what kind of surface Mathcad's 3Dplot component does create in a case like this?

Werner