Difficulties on Mathcad 15
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Difficulties on Mathcad 15
Hi everyone,
I have a difficulties on CLi: Trim(Vi)5 as follows. I think there is no problem about the formula etc, but maybe because of limitation in Mathcad 15. Please if anyone can help me regarding this matter. Your help really appreciated. Thanks.
Solved! Go to Solution.
- Labels:
-
Other
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Looks like you are 'finding' 5 values but trying to extract 6.
the extra value is C.D; perhaps adding it to the find statement will be sufficient.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I guess nobody look at my prob...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Please attach your worksheet to message. For the future - post your question in "Mathcad" forum, here:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Cheers pal...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Ryan Kelley - Can you move this to the MathCAD forum so perhaps he can get some help? 😄
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Looks like you are 'finding' 5 values but trying to extract 6.
the extra value is C.D; perhaps adding it to the find statement will be sufficient.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Also, there may not be accurately determined "ORIGIN".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks a lot pal..
I already found the solution.. thanks for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yup that's right..
Thank a lot for pinpoint the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You have six equations and are only solving for five unknowns. C.D is missing from the argument list when you call Find (it should be the third argument in the list).
