Home › Forums › Development › Functions to having easier access to vector and matrix › Reply To: Functions to having easier access to vector and matrix
3. June 2022 at 16:21
#3033
Hello,
Thank your for replying.
- 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, 1 week ago by maelh. Reason: Convert all remaining http links to https links