|
|
|||
|
|
| Built-in Mathematica Symbol | See Also »|More About » |
Padding |
| Padding is an option to various array and image operations that specifies what padding to use when extending beyond the original data specified. |
| c | pad with the expression c | |
| "Fixed" | repetitions of the elements on each boundary | |
| "Periodic" | cyclic repetitions of the complete array | |
| "Reflected" | reflections of the array in the boundary | |
| "Reversed" | reversals of the complete array | |
| None | do no padding |
|