Home »
Public Forums »
archive »
Accessing an element of an array operation
Accessing an element of an array operation [message #2350] |
Tue, 07 June 1994 10:25 |
at913
Messages: 9 Registered: January 1993
|
Junior Member |
|
|
Suppose I am interested in a particular element of the convolution operation.
Right now I do it as follows:
temp=convol(a,b)
a=temp(5)
.... and then I proceed to use A.
Is it possible in IDL to shorten the above by directly accessing the sixth
(in the above example) element of the convolution by doing something like:
a=convol(a,b)(5)?
(the above produces an error message)
--
Mirko Vukovic
University of Wisconsin -- Madison
VUKOVIC@UWMFE.NEEP.WISC.EDU
|
|
|
Current Time: Fri Oct 10 12:17:25 PDT 2025
Total time taken to generate the page: 1.59929 seconds