Skip to content
Permalink
ff8326de7b
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Latest commit 6bbd164 Mar 30, 2017 History
1 contributor

Users who have contributed to this file

4 lines (4 sloc) 171 Bytes
function folder=matlabFunctionsFolder()
[pathstr,name]=fileparts(which('identifierOfMainDir4NSKToolBox.m'));
p=find(pathstr(1:end-1)==filesep);
folder=pathstr(1:p(end)-1);