forked from torbenwendt/razr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathget_razr_path.m
27 lines (24 loc) · 875 Bytes
/
get_razr_path.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
function razr_path = get_razr_path
% GET_RAZR_PATH - Get absolute path to razr root directory
%
% Usage:
% razr_path = GET_RAZR_PATH
%------------------------------------------------------------------------------
% RAZR engine for Mathwork's MATLAB
%
% Version 0.93
%
% Author(s): Torben Wendt
%
% Copyright (c) 2014-2017, Torben Wendt, Steven van de Par, Stephan Ewert,
% University Oldenburg, Germany.
%
% This work is licensed under the
% Creative Commons Attribution-NonCommercial-NoDerivs 4.0 International
% License (CC BY-NC-ND 4.0).
% To view a copy of this license, visit
% http://creativecommons.org/licenses/by-nc-nd/4.0/ or send a letter to
% Creative Commons, 444 Castro Street, Suite 900, Mountain View, California,
% 94041, USA.
%------------------------------------------------------------------------------
razr_path = fileparts(mfilename('fullpath'));