Master Thesis Code
by Simon Moser
Loading...
Searching...
No Matches
getDataPath.m File Reference

returns the path to the data folder More...

Go to the source code of this file.

Functions

function getDataPath ()
 

Detailed Description

returns the path to the data folder

measured sensor data is stored in the data folder. The data folder is located in the OneDrive folder of moss. Since the exact location of the OneDrive folder depends on the computer name, this function returns the path to the data folder depending on the computer name. This function is used by the functions that load the sensor data.

Parameters
none
Return values
dataPath- path to the data folder
Remarks
Ask moss to get access to the data folder. In some later time, the data folder will pobbibly will have been moved to a different location, e.g. to the strassburg server. In this case, the function has to be adapted.

Definition in file getDataPath.m.

Function Documentation

◆ getDataPath()