Hi, all
In VEE, "formula" device, if we have ArrayX as one-dimensional array,
ArrayX[0:2] would be the first 3 indexed (index 0, 1 and 2) elements of ArrayX.
If I want to extract the elements not in the default one by one sequence, but every two element,
say index 0, 2, 4, 6. Besides using the "Repeat" device, are there any simple ways? (e.g., Matlab would
be 0:2:6, which doesn't work here).
Thank you very much!
In VEE, "formula" device, if we have ArrayX as one-dimensional array,
ArrayX[0:2] would be the first 3 indexed (index 0, 1 and 2) elements of ArrayX.
If I want to extract the elements not in the default one by one sequence, but every two element,
say index 0, 2, 4, 6. Besides using the "Repeat" device, are there any simple ways? (e.g., Matlab would
be 0:2:6, which doesn't work here).
Thank you very much!
But I found it takes relatively longer process time than VEE only program, maybe due to calling of the Matlab script?
Are there any other alternatives besides the Matlab script? Thanks a lot!