Multiple usage of identical table-function

Use this forum to post Vensim related questions.
Post Reply
gyucel
Junior Member
Posts: 19
Joined: Fri Apr 02, 2004 1:47 pm

Multiple usage of identical table-function

Post by gyucel »

In a model currently I am working on, I am willing to use an identical non-linear function between several variable couples.

Is it possible to define this function once, maybe as a built-in function of vensim, and then use it in multiple points?
Let's call the function f. What I want to learn is to define f once, and then define the relationship among several couples as this;
a=f(b)
c=f(d)
e=f(g), etc.

If it is not possible, it seems that I have to redefine the same table function for each couple in the example given above. Am I right?

cheers,
gonenc
LAUJJL
Senior Member
Posts: 1427
Joined: Fri May 23, 2003 10:09 am
Vensim version: DSS

multiple use of tble functions

Post by LAUJJL »

Hi

It is of course possible.
Here is an example joined.
Regards.
JJ
Attachments
multiple use.mdl
(1.73 KiB) Downloaded 285 times
gyucel
Junior Member
Posts: 19
Joined: Fri Apr 02, 2004 1:47 pm

Post by gyucel »

Thanks Jean-Jacques
Post Reply