Skip to main content
1-Visitor
July 4, 2014
Question

Mathcad 15 - 3D plotting of nonuniform data

  • July 4, 2014
  • 1 reply
  • 971 views

Hi guys,

I'm trying to make a 3D scatter plot of x,y,z data sampled at nonuniformly

say I have 3 equal length arrays (x,y,z), is there a way to make 3D scatter plot?

Thanks & regards,

Poornaka

1 reply

19-Tanzanite
July 4, 2014

Try creating a matrrix by, say, m = augment(x,y,z), and then just insert m into the 3D plot.

Alan