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
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Curve property
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

couturier

France
291 Posts

Posted - 11/10/2000 :  12:33:07 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hello,
I'm looking for a little help on the syntax associated with the curve object.
I performed some derivation on data using curve method but I can't read or put into a variable curve.ymax, curve.ymaxi, curve.ymaxx ....

I would appreciate some advice.
Thanks.

greg

USA
1380 Posts

Posted - 11/14/2000 :  1:37:03 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
As documented on page 237 of the Origin 6.0 LabTalk Manual, the properties you mention are READ ONLY and will only be set by Curve Methods that use a baseline.

I don't see how a derivative (derivation???) can use a baseline, but here is an example of integration that uses a baseline and reports the values of the Curve Properties you mention:

curve.data$=data1_b;
curve.base$=data1_c;
curve.result$=data1_d;
curve.integrate();
type -a The minimum difference of $(curve.ymin) is at row $(curve.ymini).;
type The maximum difference of $(curve.ymax) is at row $(curve.ymaxi).;


Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000