Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Using simultaneously a Parametric and a Function sweep
Posted Apr 25, 2024, 7:34 a.m. EDT General, Studies & Solvers, Modeling Workflow, User Interface Version 6.1 1 Reply
Please login with a confirmed email address before reporting spam
Hi, I am currently working on a model that I need to upload to a Cluster that has no MATLAB nor Javascript functioning, so everything must be contained in a .mph that i can run from CMD. I need to do several studies where a function and some parameters switch. If I have in my Study a parameter sweep and a Function sweep, the computation takes all possible combination beween these two sweeps. What I want instead, is to have studies done one to one.
As an example, if I have a parametric sweep with a parameter A taking the values (1,2) and a function sweep with (fun1(t),fun2(t)), what I want to be done is only 2 studies. One that takes [A=1,fun1(t)] and another one that takes [A=2,fun2(t)].
Thanks.