Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hi there,
the PTC Mathcad help say if i want to use a matrix as Input Data for 3D Plots there are 2 ways:
Solved! Go to Solution.
How to plot a point in 3-D and Rotation of the poi... - PTC Community
You can find the answer here.
ty 🙂
Hi,
thanks, thats what I was aiming for 🙂
Please see the worksheet provided. The first plot uses the CreateMesh() function, a fast and preferred method for creating 3D plots.
The matrix is unrolled for the second plot, resulting in three columns of data: x, y, and f(x,y). You'll notice how time-consuming it is, as well as how the plot quality suffers.
Payman.
ty 🙂