Name

metanet_module_path — Returns the path of the metanet module

Calling Sequence

p = metanet_module_path()

Parameters

p

a string, The module path.

Description

p=metanet_module_path() return the path of the metanet module. This path may be useful to retreive Metanet data files.

Examples

  g=load_graph(metanet_module_path()+'/demos/mesh100.graph');
  show_graph(g);