Hello, I want to keep some elements of a vector without using a for-loop. For example,
x = [ 10 20 30 40 .... 100] and index = [1 5 10];
In MATLAB you use x(1,index).
Could you please tell me if there is a command with mkl?
Thank you very much.
F.
Hello, I want to keep some elements of a vector without using a for-loop. For example,
x = [ 10 20 30 40 .... 100] and index = [1 5 10];
In MATLAB you use x(1,index).
Could you please tell me if there is a command with mkl?
Thank you very much.
F.