Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
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
Try creating a matrrix by, say, m = augment(x,y,z), and then just insert m into the 3D plot.
Alan