Sometimes it is not possible to have access to simulated data when they are multidimensional.
It would be very nice if a few functions to manipulate (extract) data from matrix were added. So we could use chained sweeps for interesting simulations.
Useful functions could let us to access element ranges of variables. For instance, I can access S[1,1], but cannot access S[1,:] (all points of line 1), or S[5:100,1] (points of col 1 belonging to lines 5-100.
Another useful function could let us work better with data from sweeps. See the example below using HB simulation:
I will give you an example below
This reply was modified 4 months ago by maelh. Reason: Convert all remaining http links to https links