Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Dear Experts,
Appreciate your expertise on highlighting me where i did wrong.
I have a set of data tabulated in the notepad which later on will be use in the mathcad sheet.
However after defining the data according to the row, i need to perform an interpolation within each value to a desire spacing. This where the msg error pop up state that the vector must be in ascending.
Hope to hear from you guys soon
Thanx in advance
Solved! Go to Solution.
I think there's a typo in profile2.txt.
If you change the '100' in the highlighted row to 1000, then the first column will be in ascending order, and the worksheet works fine. If the 100 is NOT a typo, then you will need to sort your data with CSORT:
I think there's a typo in profile2.txt.
If you change the '100' in the highlighted row to 1000, then the first column will be in ascending order, and the worksheet works fine. If the 100 is NOT a typo, then you will need to sort your data with CSORT:
Dear Roger,
Thank you for highlighting my mistake. Really appreciate it.
Regards