Documentation for jbiu/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

misc/

vecrep.pro


top source vecrep

Misc

result = vecrep(vec, n)

Replicates a vector a given number of times.

Parameters

vec in

1D vector to replicate

n in

Number of times to replicate

Examples

IDL> a = [10,11,12] IDL> print, VECREP(a,2) 10 11 12 10 11 12

File attributes

Modification date: Mon Nov 29 13:39:29 2010
Lines: 40