|
Chapter Contents |
Previous |
Next |
| Language Reference |
creates a new matrix of repeated values
The inputs to the REPEAT function are as follows:
x={ 1 2 ,
3 4} ;
y=repeat(x,2,3);
Y
1 2 1 2 1 2
3 4 3 4 3 4
1 2 1 2 1 2
3 4 3 4 3 4
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.