Unique Function
Sep 22, 2010
02:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 22, 2010
02:44 PM
Unique Function
I need to recall the unique numbers for an array or vector to remove repeat/dupliate values. This can be easily done using the Excel's unique function. Is there a function in Mathcad or a simple program line to accomplish this?
SLS
Solved! Go to Solution.
Labels:
- Labels:
-
Physics
ACCEPTED SOLUTION
Accepted Solutions
Sep 23, 2010
08:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
5 REPLIES 5
Sep 22, 2010
03:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 22, 2010
03:54 PM
Try the Stuart's set function. I adopt it in http://communities.ptc.com/servlet/JiveServlet/download/91267-12172/set.mcd
Can see also http://communities.ptc.com/message/91270#91270, between others post.
Regards. Alvaro.
Sep 23, 2010
08:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 23, 2010
10:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 23, 2010
10:09 AM
1.The rotate(n,v) added for its great utility.
2. Drop(V) w/o match applied after rotate(n,v)
jmG
Sep 23, 2010
11:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 23, 2010
11:03 AM
Here's another one, that works for matrices as well as vectrors
Sep 23, 2010
02:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 23, 2010
02:23 PM
Thanks to all who replyed. The examples are excellent and my was question answered.
SLS
