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
 too long formula...

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
badaire Posted - 12/06/2002 : 05:17:19 AM
hi everybody,
i'm using origin 6.1 SR4 and want to use my own non-linear curve fit. The problem is that the formula i want to use is too long...
so, i use the following y-script : run.section(myfit,fitsection);
and then i write 'myscript' in the labtalk editor.
But the formula is so long, that one line is not enough to write it totally...and then when i try to fit with this script, origin crashes.
Is there a solution to my problem??
thanks
1   L A T E S T    R E P L I E S    (Newest First)
easwar Posted - 12/06/2002 : 4:08:48 PM
Hi,

Have you tried breaking up your formula into multiple lines of script by using temporary variables, such as below?

temp1=some part of your formula
temp2=some other part
y = function of temp1 and temp2

You could then try this right in the edit window of NLSF.

Easwar
OriginLab.

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