The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 3D trajectory graph: adding average curve

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
psempruch Posted - 10/28/2009 : 04:29:08 AM
Origin Ver. and Service Release (Select Help-->About Origin): 8.0.63.988 SR6
Operating System: Windows Server 2008 Enterprise


Hi,

I would like to know how or is it possible to add an average curve to the 3d trajectory graph. Let's say we have three-dimensional data (X,Y,Z) and my aim is to add a curve (in this case the curve will be a straight line actually) that is parallel to the given dimension e.g. Y representing an average value calculated on the values of Y through the whole data series.

values of Y: 12
10 10 14 14 12 10 16 14

and the average curve for those data will be constant and equal to 13.5

Thanks for help in advance!
1   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 10/28/2009 : 11:20:51 AM
I think this is what you want to do:

Add a new column to your worksheet, select the column, right-click the selection and choose Set Column Values. Enter this expression:
mean(col(2))
and click OK, which puts the mean of your Y data in the new column (assuming column 2 is your Y).
Now right-click on the layer1 icon in the upper left of your graph and choose Plot Setup.
Uncheck the Y box next to column B.
Check the Y box next to column D.
Click Add.
Click OK.

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000