Re: named subscripting

From: Dennis Shea (shea AT XXXXXX)
Date: Fri Apr 06 2001 - 14:44:30 MDT


Julie,

Adam has answered your question. Further background:

The 'rule' is: if you explicitly name one or more dimensions
u must name *all* the dimensions.

The *only* time when explicit dimension names
should be used is when you are reordering the dimensions.

--
Let: x(time,lat,lon)

then x(:,{-30:30},{90:180}) is more efficient than

x(time|:,{lat|-30:30},{lon|90:180}) because no reordering is done.

Dennis



This archive was generated by hypermail 2b29 : Fri Apr 06 2001 - 15:29:55 MDT