IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
get_welcome.m
Go to the documentation of this file.
1 %>@ingroup idata
2 %>@file
3 %>@brief Welcome message
4 
5 function s = get_welcome()
6 
7 s = sprintf([
8 ' * \n' ...
9 ' * Welcome to IRootLab\n', ...
10 ' * \n' ...
11 ' * - User Interfaces: <a href="matlab: objtool">objtool</a>, <a href="matlab: mergetool">mergetool</a>, <a href="matlab: irootlabgui">irootlabgui</a>, <a href="matlab: sheload">sheload</a>\n *\n' ...
12 ' * - Open help in browser: <a href="matlab: help2">help2</a>\n *\n' ...
13 ' * - Demos: <a href="matlab: browse_demos">browse_demos</a>\n *\n' ...
14 ' * - Official website: <a href="http://irootlab.googlecode.com">http://irootlab.googlecode.com</a>\n *\n' ...
15 ]);
function objtool(in varargin)
function help2(in prefix)
function get_welcome()