Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.1 by gforget, Wed Feb 10 14:43:48 2010 UTC | revision 1.2 by gforget, Thu Oct 20 20:57:02 2011 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | function b = subsref(a,index) | function b = subsref(a,index) |
2 | %overloaded gcmfaces subsref function : subscripted reference according to | |
3 | % beta{n} will return the n^{th} face data (array). | |
4 | % beta(:,:,n) will return the n^{th} vertical level (gcmfaces). | |
5 | % beta.nFaces will return the nFaces attribute (double). | |
6 | ||
7 | switch index(1).type | switch index(1).type |
8 | case '{}' | case '{}' |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |