Description Usage Arguments Value Examples
First-In First Out utility function inserts a
new value inval
into a given sequential vector
x
, dropping the last value of the sequence
1 | FIFO(x, inval)
|
x |
a vector; |
inval |
new input value for vector x of the same
mode as |
A new vector x
1 2 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.