IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
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);
help2
function help2(in prefix)
call_help
function call_help(in hFigure)
m
gui
auxi
call_help.m
Generated on Tue May 19 2015 20:46:04 for IRootLab by
1.8.9.1