01-29-2018 08:07 PM
I have 2D raw data, and i wanna use the combo Box to sort specific Data.
01. Choose ASD
02. Sort the left side Raw 2D array data
03. Output new 1D array(related ASD) like 1 and 2
or
01. Choose A
02. Sort the left side Raw 2D array data
03. Output new 1D array(related A) like 3 and 4
01-29-2018 11:12 PM
Install the OpenG Array toolkit from VIPM, it is very useful for such array operations (but I am sure someone could come up with an even more compact/faster solution 🙂 😞
01-30-2018 01:42 AM
If you don't want//can't/aren't allowed to install the toolkit you'll need to create the functions with e.g. this code.
/Y