cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are aware of an issue causing intermittent login problems for some users following a recent update. Learn More

Translate the entire conversation x

Exporting plot data to excel

MA_13282691
2-Explorer

Exporting plot data to excel

Hello,

I tried doing all the tips written in these posts (1 , 2 , 3 ) but nothing seems to work for me. I am using Mathcad Prime 10. I tried converting the range into a vector and making the data unitless but I am getting an error.

MA_13282691_0-1744867353878.png

 



Looks like this problem has been asked a lot of times but there is no simplier way to do it

ACCEPTED SOLUTION

Accepted Solutions

Hi,

Like This see enclosed.

View solution in original post

3 REPLIES 3

Hi,

Like This see enclosed.

Prime 11

image.png

Werner_E
25-Diamond I
(To:MA_13282691)


@MA_13282691 wrote:

Hello,

 I tried converting the range into a vector


And that's exactly what needs to be done.

 

But the undocumented trick of converting a range into a vector by simply using an inline evaluation (the equal sign after the definition) which I had used in two of the threads you refer to, does not work starting with version 10 of Prime. This was disabled intentionally by PTC because it is irritating (actually it may be called a bug) that a simple evaluation changes the data type. Unfortunately, PTC waited until version 11 to offer an alternative.

So in Prime 10 you need to use one of the various posted versions of a program which converts a range into a vector like the basic function "range2vec" which Terry had used in his sheet. Starting with Prime 11 you may use the new built-in function "vec" to do the job as ttokoro already wrote.

 

Announcements


Top Tags