I am having some challenges with the SIMULATE>SETVAL command. Specifically, I have a variable IVMob, which has two subscripts say x1 and x2. Where x1=[a1,a2,a3] and x2=[b1,b2,b3]
What is the syntax for updating IVMob[x1,x2]? Do I need to do each subscript element one at a time?
It didnt seem to work when I tried to do this with the following command:
vensim_command("SIMULATE>SETVAL|IVMob[a1,b1]= 0.3")
Any help would be gratefully received
SIMULATE>SETVAL with subscripts
-
- Senior Member
- Posts: 1107
- Joined: Wed Mar 12, 2003 2:46 pm