Description Usage Arguments Value Author(s) Examples
Utility functions for manipulating matrices.
1 2 |
x |
a matrix |
The flipud
function returns a matrix the same size as x
,
with the order of the rows reversed, so the matrix has been flipped
vertically. The fliplr
function returns a matrix the same size
as x
but flipped horizontally, with the order of the columns
reversed.
Kevin R. Coombes krc@silicovore.com
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.