How to make expressions work in statements?
I used the loop to generate an expression factors() with the contents of the parentheses. But it doesn't work in DOE's data simulation statement.fs = Expr(Factors(L1 << random(normal(0, 0.5)), L12 << random(normal(0, 0.5))) );
eval(evalexpr(dt << Profiler(
Y( :Y ),
Profiler(
1,
Simulator(
1,
Expr(fs),
Responses( Y << No Noise ),
N Runs( 1000000 ),
Resi
...