| |
| | Matlog Reference |
 | | x n matrix of predecessor indices, where P(i,j) is the index of the predecessor to node 'j' on the path from 's(i)' to 'j',where P(i,i) = 0 and P(i,j) = NaN is 'j' not on path to 's(i)' (use PRED2PATH to convert P to paths) = path from 's' to 't', if s |
 | | X = randX(P,n) Generates n x d matrix X of n random d-dimensional NF locations, where each dimension is within the min and max EF locations of P (if m = 1, then each X(i,:) = P). |
 | | A = tri2adj(T) T = n x 3 matrix, where each row defines indices for one of n triangles A = (sparse) m x m adjacency matrix, m is the maximum index value Converts set of triangles defined by X and Y vector indices into A. Useful for ploting results from DELAUNAY triangulation using GPLOT. |
| www.ie.ncsu.edu /kay/matlog/MatlogRef.htm (3281 words) |
|