3D Plot Input Data
Jun 22, 2021
06:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 22, 2021
06:10 PM
3D Plot Input Data
Hi there,
the PTC Mathcad help say if i want to use a matrix as Input Data for 3D Plots there are 2 ways:
• A 3-column matrix, where the three columns represent the x-, y-, and z-coordinates
• A m*n matrix, where the cell’s indices represent the x- and y-coordinates and the cell values represent the z coordinates
I need the first one, but my Mathcad (using Mathcad 15) allways plots my matrix like the second case.
How can I change this and tell the Plot that my matrix has the coordinates in the collums and not int the indices and values?
thanks a lot ❤️
Solved! Go to Solution.
Labels:
ACCEPTED SOLUTION
Accepted Solutions
Jun 22, 2021
07:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
6 REPLIES 6
Jun 22, 2021
06:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 22, 2021
06:53 PM
How to plot a point in 3-D and Rotation of the poi... - PTC Community
You can find the answer here.
Jun 25, 2021
06:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 25, 2021
06:54 PM
ty 🙂
Jun 22, 2021
07:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 22, 2021
07:01 PM
Hi,
Jun 25, 2021
06:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 25, 2021
06:54 PM
thanks, thats what I was aiming for 🙂
Jun 23, 2021
05:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 23, 2021
05:03 PM
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.
Jun 25, 2021
06:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 25, 2021
06:54 PM
ty 🙂
