Since 6/4/2012 7:47:39 AM, damien.lafont has written 1 articles and participated in 0 conversations. damien.lafont signature: damien.lafont
damien.lafont's articles:
Items(1) /1
matrix - element extraction260 (6/19/2009 7:27:39 AM) comp.lang.idl-pvwave Hi Is there an IDL function in order to extract a range of values from a matrix ? For example for a x = [0,1,2,3,4,5] matrix Could I extract the first 3 values through : example_extraction = x [0 : 2] tha... Damien