rwong1231

30 Reputation

5 Badges

14 years, 285 days

MaplePrimes Activity


These are answers submitted by rwong1231

Hi,

Is it possible to automate this process via a script? For example, if I wanted to see what the model data looks like by varying one parametere between 10 to 50?

Example:

for i = 1:50

   variable_in_model = i;

   run MapleSim model;

   save MapleSim model data;

end

Thank you.

Page 1 of 1