Message Boards Message Boards

Plot parametric 4D by Mathematica

Posted 3 years ago

Plot 4D By Mathematica(Parametric)

How To Use

parametricPlot1D[{expr1_, expr2_, expr3_, expr4_}, {a_, amin_, amax_, 
  astep_}] 

expr1,expr2,expr3,expr4 is coordinates of fourth dimension,

a_ is parametric variable
amin, amax , astep_ is minimum value, maximum value, step of parametric variable "a"

parametricPlot2D[{expr1_, expr2_, expr3_, expr4_}, {a_, amin_, amax_, 
  astep_}, {b_, bmin_, bmax_, bstep_}]

a_ , b_ is parametric variable
amin_ , amax_ , astep_ is minimum value, maximum value, step of parametric variable "a"

bmin_ , bmax_ ,bstep_ is minimum value, maximum value, step of parametric variable "b"

parametricPlot3D[{expr1_, expr2_, expr3_, expr4_}, {a_, amin_, amax_, 
  astep_}, {b_, bmin_, bmax_, bstep_}, {c_, cmin_, cmax_, cstep_}]

a_ , b_ , c_ is parametric variable
amin_ , amax_ , astep_ is minimum value, maximum value, step of parametric variable "a"

bmin_ , bmax_ , bstep_ is minimum value, maximum value, step of parametric variable "b"

cmin_ , cmax_ , cstep_ is minimum value, maximum value, step of parametric variable "c"

enjoy my file!

POSTED BY: pil woo lee
2 Replies
Posted 3 years ago

This file is interesting to me.

POSTED BY: pil woo lee

See attached file.

Attachments:
POSTED BY: Mariusz Iwaniuk
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