IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
call_help.m
Go to the documentation of this file.
1 %>@ingroup misc
2 %> @file
3 %> @brief Extracts file name from figure handle and calls @c help2()
4 function call_help(hFigure)
5 [~, prefix, ~, ~] = fileparts(get(hFigure, 'FileName'));
6 help2(prefix);
function help2(in prefix)
function call_help(in hFigure)