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 for Programming
 LabTalk Forum
 Curve Integration

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
Loick Posted - 04/24/2009 : 09:11:09 AM
Origin Ver. and Service Release (Select Help-->About Origin): 7,5
Operating System: XP

Hello,

Is it possible to integrate a curve and get all the information area, peak location, peak width, and peak height directly?

I'm using this script to integrate my curve

quote:
win -a data$(i);
wks.addcol(Results);
curve.data$ = data$(i)_Cplus;
curve.base$ = data$(i)_O;
curve.result$ = data$(i)_Results;
curve.integrate();:


But I only get the area as result.

By using the calculation : Analysis => Calculus => Integrate
In my graph, I obtain this :



So, is it possible to perform this calculation from a script? and then copy the data from the results log into a worksheet?

Thanks for all,

Loick

1   L A T E S T    R E P L I E S    (Newest First)
Loick Posted - 04/24/2009 : 09:26:36 AM
Is it possible also to know the syntax of this command (when there is no baseline):

curve.base$ = " ";

When I use it my computer didn't perform the integration

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