Code covered by the BSD License  

Highlights from
Matgraph

from Matgraph by Ed Scheinerman
Toolbox for working with simple, undirected graphs

Description of array
Home > matgraph > @permutation > array.m

array

PURPOSE ^

array(p) --- return p as an array

SYNOPSIS ^

function a = array(p)

DESCRIPTION ^

 array(p) --- return p as an array

CROSS-REFERENCE INFORMATION ^

This function calls:
This function is called by:
  • inv inv(p) returns the inverse permutation of p

SOURCE CODE ^

0001 function a = array(p)
0002 % array(p) --- return p as an array
0003 a = p.array;

Generated on Thu 13-Mar-2008 14:23:52 by m2html © 2003

Contact us at files@mathworks.com