IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
pause2.m
Go to the documentation of this file.
1 %>@file
2 %>@ingroup usercomm
3 %>@brief Waits for the Enter key.
4 
5 function pause2()
6 input('--- PAUSE: press [Enter] ---');
7 
function pause2()