2 %> @ingroup misc usercomm introspection
4 %> @brief Changes to irootlab root directory and runs startup again
10 irst_pa = regexp(path(), ':', 'split');
12 % Changes to IRoot root directory
15 % Removes all current irootlab directories from MATLAB path
16 for i = 1:numel(irst_pa)
17 if any(strfind(irst_pa{i}, irst_d))
25 % Goes back to initial directory
function irootlab_restart()
Changes to irootlab root directory and runs startup again.