SET_EDGE Name
SET_EDGE Purpose
Fill the boundary of a two dimensional array with a value.
Category
Miscellaneous
Calling Sequence
result = Set_Edge(array,value) Inputs
array: the two-dimensional array to be changed.
value: the value to put into the border of the array.
Outputs
result: the modified array. Example
a = Set_Edge(FltArr(10,10),1.5)
Modification History
Written by: Edward C. Wiebe, 2002-04-11.