| MathWorks Inc., Natick, MA 01760. MATLAB Programmer's Manual, 1996. |
....in FORTRAN. The following code shows a use of triplets. After the last statement is executed, A(2) contains 1, A(4) contains 2 etc. Multi dimensional arrays can be handled by using a triplet for each dimension of the array. Array triplet notation is also used in other array languages like MATLAB [30] and FORTRAN 90 [4] do 10 i = 1, 10 10 A(i) i A(2:10:2) A(1:5) Although triplet notation is powerful, it is not a replacement for control vectors since it cannot describe arbitrary index sets. Therefore, Vectran supplemented the triplet notation with where statements, an example of which ....
MathWorks Inc., Natick, MA 01760. MATLAB Programmer's Manual, 1996.
Online articles have much greater impact More about CiteSeer.IST Add search form to your site Submit documents Feedback
CiteSeer.IST - Copyright Penn State and NEC