Home > functions > internal > dsGetRootPath.m

dsGetRootPath

PURPOSE ^

getRootPath - get path to main ds directory

SYNOPSIS ^

function ds_root_path = dsGetRootPath()

DESCRIPTION ^

 getRootPath - get path to main ds directory

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function ds_root_path = dsGetRootPath()
0002   % getRootPath - get path to main ds directory
0003   ds_root_path = fileparts(fileparts(which('dsSimulate')));
0004 end

Generated on Tue 12-Dec-2017 11:32:10 by m2html © 2005