IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
progress_close.m
Go to the documentation of this file.
1
%> @ingroup globals usercomm
2
%> @file
3
%> @brief Closes progress bar and below
4
5
%> @param idx Index
6
function
progress_close
(idx)
7
progress_assert
();
8
9
global PROGRESS;
10
if numel(PROGRESS.bars) > idx
11
irwarning
('Unfinished behind');
12
end;
13
14
PROGRESS.bars(idx:end) = [];
15
16
progress_show
();
progress_close
function progress_close(in idx)
progress_assert
function progress_assert()
progress_show
function progress_show()
irwarning
function irwarning(in s)
m
misc
globals
progress_close.m
Generated on Tue May 19 2015 20:46:05 for IRootLab by
1.8.9.1