[Master Index]
[Index for export/brede]
brede_mat_plot_path
(export/brede/brede_mat_plot_path.m)
Function Synopsis
brede_mat_plot_path(M, source, sink, varargin)
Help text
brede_mat_plot_path - Plot paths between two nodes.
function brede_mat_plot_path(M, source, sink, varargin)
Input: M 'Mat' structure
source String for source node
sink String for sink node
This function plots the shortest paths from one node to an
other.
Example:
% 'B' a bib structure
C = brede_bib_author2author(B, 'Form', 'neuroimage');
M = brede_bib_bib2mat(E, 'Type', 'Author.keyname');
MM = brede_mat_product(brede_mat_transpose(M), M);
brede_mat_plot_path(MM, 'Friston K', 'Law I');
See also BREDE, BREDE_MAT_PLOT_MDS, BREDE_MAT_PLOT_COUNT,
BREDE_MAT_PRODUCT, BREDE_MAT_TRANSPOSE.
$Id: brede_mat_plot_path.m,v 1.1 2001/02/07 09:11:04 fnielsen Exp $
Produced by mat2html on Fri Jun 20 17:43:05 2008
Cross-Directory links are: OFF