|
|
|||
|
|
|
| PadRight makes a list of length n by padding list with zeros on the right. |
| PadRight pads by repeating the element x. |
| PadRight pads by cyclically repeating the elements |
| PadRight leaves a margin of m elements of padding on the left. |
| PadRight makes a nested list with length |
| PadRight[list] pads a ragged array list with zeros to make it full. |