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
 Save function in "Set column values" dialog box

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
CRTBT-UBT Posted - 08/29/2006 : 08:45:42 AM
Origin Version (Select Help-->About Origin): 7.5
Operating System: Windows XP

Is it possible, and if yes how, to save custom functions with one or more parameters for use in the "Set column values" and/or the "Add Function Graph" dialog box, so that I can use it like the standard functions (example: jn(,) for the bessel function)?
I know that I can do this using the script window, but I wonder whether there is an easier way.

Greetings and thanks for help, Johannes
3   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 08/30/2006 : 07:01:15 AM
quote:
Is it possible to make appear my own functions in the Add Functions list?
No.

Mike Buess
Origin WebRing Member
CRTBT-UBT Posted - 08/30/2006 : 05:19:42 AM
Hi Mike,

thanks for your reply, I allready tried it and it works fine.

One more question: Is it possible to make appear my own functions in the Add Functions list?

Johannes
Mike Buess Posted - 08/29/2006 : 11:40:58 AM
Hi Johannes,

Although they don't appear on the Add Function lists most Origin C functions that return a single value can be used in the Set Column Values and Add Function Graph dialogs. For example, this custom function...

double xsqr(double x, double xoffset, double yoffset)
{
return (x - xoffset)^2 + yoffset;
}

can be used in Set Column Values like this...

Col(B)=
xsqr(col(A),10,10)

Mike Buess
Origin WebRing Member

Edited by - Mike Buess on 08/29/2006 11:54:03 AM

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